mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
false __cpuinit positives on alpha
pure noise - alpha doesn't have CPU hotplug Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
static int opDEC_fix;
|
||||
|
||||
static void __init
|
||||
static void __cpuinit
|
||||
opDEC_check(void)
|
||||
{
|
||||
__asm__ __volatile__ (
|
||||
@@ -1072,7 +1072,7 @@ give_sigbus:
|
||||
return;
|
||||
}
|
||||
|
||||
void __init
|
||||
void __cpuinit
|
||||
trap_init(void)
|
||||
{
|
||||
/* Tell PAL-code what global pointer we want in the kernel. */
|
||||
|
Reference in New Issue
Block a user