17 Apr, 2008
4 commits
-
Increase the number of bits in an apicid from 8 to 32.
By default, MP_processor_info() gets the APICID from the
mpc_config_processor structure. However, this structure limits
the size of APICID to 8 bits. This patch allows the caller of
MP_processor_info() to optionally pass a larger APICID that will
be used instead of the one in the mpc_config_processor struct.Signed-off-by: Jack Steiner
Signed-off-by: Ingo Molnar -
Signed-off-by: Joe Perches
Signed-off-by: Ingo Molnar -
After the inclusion, a lot of files needs fixing for conflicts,
some of them in the headers themselves, to accomodate for both
i386 and x86_64 versions.[ mingo@elte.hu: build fix ]
Signed-off-by: Glauber Costa
Signed-off-by: Ingo Molnar -
it is always integrated, so define as 1.
Signed-off-by: Glauber Costa
Signed-off-by: Ingo Molnar
30 Jan, 2008
3 commits
-
Also macro definitions in apicdef.h has been updated.
Signed-off-by: Ingo Molnar
Signed-off-by: Thomas Gleixner -
White space and coding style clenaup.
Move the K8 local apic defines to apicdef.h, where they belong
Signed-off-by: Thomas Gleixner
Signed-off-by: Ingo Molnar -
Signed-off-by: Thomas Gleixner
Signed-off-by: Ingo Molnar
11 Oct, 2007
1 commit
-
Move the headers to include/asm-x86 and fixup the
header install make rulesSigned-off-by: Thomas Gleixner
Signed-off-by: Ingo Molnar