/linux/arch/mips/kernel/ |
H A D | cevt-ds1287.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | cevt-gt641xx.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | cevt-txx9.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | cevt-sb1250.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | cevt-bcm1480.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | i8253.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | cevt-r4k.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/sh/include/asm/ |
H A D | smp.h | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/x86/kernel/ |
H A D | i8253.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | hpet.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/mips/jazz/ |
H A D | irq.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/mips/sni/ |
H A D | time.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/arm/plat-orion/ |
H A D | time.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/arm/mach-omap1/ |
H A D | timer32k.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | time.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/sh/kernel/ |
H A D | smp.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-timer.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/include/linux/ |
H A D | clockchips.h | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/x86/xen/ |
H A D | time.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/kernel/time/ |
H A D | clockevents.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | tick-common.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
H A D | tick-broadcast.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/s390/kernel/ |
H A D | time.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|
/linux/arch/powerpc/kernel/ |
H A D | time.c | diff 320ab2b0b1e08e3805a3e1084a2f0eb1938d5d67 Sat Dec 13 11:50:26 CET 2008 Rusty Russell <rusty@rustcorp.com.au> cpumask: convert struct clock_event_device to cpumask pointers.
Impact: change calling convention of existing clock_event APIs
struct clock_event_timer's cpumask field gets changed to take pointer, as does the ->broadcast function.
Another single-patch change. For safety, we BUG_ON() in clockevents_register_device() if it's not set.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Cc: Ingo Molnar <mingo@elte.hu>
|