]> git.baikalelectronics.ru Git - kernel.git/commit
xen/time: Encapsulate the struct clock_event_device in another structure.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 4 Jun 2013 21:06:36 +0000 (17:06 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 10 Jun 2013 12:43:34 +0000 (08:43 -0400)
commit0b2e874bd7cdb492518b514320da5f109d35c426
treefcaca494e495776da571dc21d905ec82b56c8e4f
parent08eb5b29c0f1c1d370710feef4e37d5d2f6ba4cc
xen/time: Encapsulate the struct clock_event_device in another structure.

We don't do any code movement. We just encapsulate the struct clock_event_device
in a new structure which contains said structure and a pointer to
a char *name. The 'name' will be used in 'xen/time: Don't leak interrupt
name when offlining'.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/time.c