Paul Gortmaker
663b55b9b3
x86: Delete non-required instances of include <linux/init.h>
...
None of these files are actually using any __init type directives
and hence don't need to include <linux/init.h>. Most are just a
left over from __devinit and __cpuinit removal, or simply due to
code getting copied from one driver to the next.
[ hpa: undid incorrect removal from arch/x86/kernel/head_32.S ]
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com >
Link: http://lkml.kernel.org/r/1389054026-12947-1-git-send-email-paul.gortmaker@windriver.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com >
2014-01-06 21:25:18 -08:00
Rusty Russell
373d4d0997
taint: add explicit flag to show whether lock dep is still OK.
...
Fix up all callers as they were before, with make one change: an
unsigned module taints the kernel, but doesn't turn off lockdep.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au >
2013-01-21 17:17:57 +10:30
David Howells
f05e798ad4
Disintegrate asm/system.h for X86
...
Disintegrate asm/system.h for X86.
Signed-off-by: David Howells <dhowells@redhat.com >
Acked-by: H. Peter Anvin <hpa@zytor.com >
cc: x86@kernel.org
2012-03-28 18:11:12 +01:00
Hidetoshi Seto
9e55e44e39
x86, mce: unify mce.h
...
There are 2 headers:
arch/x86/include/asm/mce.h
arch/x86/kernel/cpu/mcheck/mce.h
and in the latter small header:
#include <asm/mce.h>
This patch move all contents in the latter header into the former,
and fix all files using the latter to include the former instead.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com >
Signed-off-by: H. Peter Anvin <hpa@zytor.com >
2009-06-16 16:56:07 -07:00
Ingo Molnar
91425084f7
x86, mce: clean up winchip.c
...
Make the coding style match that of the rest of the x86 arch code.
[ Impact: cleanup ]
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com >
Signed-off-by: H. Peter Anvin <hpa@zytor.com >
2009-05-28 09:24:10 -07:00
Alan Cox
87c6fe2618
x86: update Alan Cox's email addresses
...
Signed-off-by: Alan Cox <alan@redhat.com >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2009-01-05 15:19:16 +01:00
Paolo Ciarrocchi
4de816297d
x86: coding style fixes to arch/x86/kernel/cpu/mcheck/winchip.c
...
Before:
total: 4 errors, 0 warnings, 36 lines checked
After:
total: 0 errors, 0 warnings, 36 lines checked
No code changed:
arch/x86/kernel/cpu/mcheck/winchip.o:
text data bss dec hex filename
222 0 4 226 e2 winchip.o.before
222 0 4 226 e2 winchip.o.after
md5:
9caefa12256c5f7d71ef324f6d01a2d5 winchip.o.before.asm
9caefa12256c5f7d71ef324f6d01a2d5 winchip.o.after.asm
Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2008-04-17 17:40:50 +02:00
Harvey Harrison
75604d7f7f
x86: remove all definitions with fastcall
...
fastcall is always defined to be empty, remove it from arch/x86
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
2008-01-30 13:31:17 +01:00
Thomas Gleixner
c18db0d7e2
i386: move kernel/cpu/mcheck
...
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Signed-off-by: Ingo Molnar <mingo@elte.hu >
2007-10-11 11:16:25 +02:00