/openbmc/linux/arch/x86/include/asm/ |
H A D | syscalls.h | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | hw_irq.h | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | pgtable_64.h | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | apic.h | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | pgtable.h | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/x86/kernel/apic/ |
H A D | probe_32.c | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | io_apic.c | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/x86/kernel/ |
H A D | irq.c | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | tsc.c | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | process.c | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/x86/mm/ |
H A D | init.c | diff 2c1b284e4fa260fd922b9a65c99169e2630c6862 Fri Apr 10 13:33:10 CDT 2009 Jaswinder Singh Rajput <jaswinder@kernel.org> x86: clean up declarations and variables
Impact: cleanup, no code changed
- syscalls.h update declarations due to unifications - irq.c declare smp_generic_interrupt() before it gets used - process.c declare sys_fork() and sys_vfork() before they get used - tsc.c rename tsc_khz shadowed variable - apic/probe_32.c declare apic_default before it gets used - apic/nmi.c prev_nmi_count should be unsigned - apic/io_apic.c declare smp_irq_move_cleanup_interrupt() before it gets used - mm/init.c declare direct_gbpages and free_initrd_mem before they get used
Signed-off-by: Jaswinder Singh Rajput <jaswinder@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|