https://github.com/torvalds/linux
Revision 97179fd46da7ddedd18e95388130ed3e06c5a0c7 authored by David Daney on 27 January 2009, 17:53:22 UTC, committed by Linus Torvalds on 28 January 2009, 00:06:55 UTC
Move the initialization of irq_default_affinity to early_irq_init as
core_initcall is too late.

irq_default_affinity can be used in init_IRQ and potentially timer and
SMP init as well.  All of these happen before core_initcall.  Moving
the initialization to early_irq_init ensures that it is initialized
before it is used.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Acked-by: Mike Travis <travis@sgi.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 1267a8d
History
Tip revision: 97179fd46da7ddedd18e95388130ed3e06c5a0c7 authored by David Daney on 27 January 2009, 17:53:22 UTC
cpumask fallout: Initialize irq_default_affinity earlier
Tip revision: 97179fd
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.3 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 106.5 KB
Makefile -rw-r--r-- 53.2 KB
README -rw-r--r-- 16.7 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top