An error occurred fetching the project authors.
- 28 Jan, 2009 10 commits
-
-
Ingo Molnar authored
This field name was unreasonably long - shorten it. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
the ->ESR_DISABLE shouting variant was used to enable the esr_disable macro wrappers. Those ugly macros are removed now so we can rename ->ESR_DISABLE to ->disable_esr Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
int_delivery_mode is supposed to mean 'interrupt delivery mode', but it's quite a misnomer as 'int' we usually think of as an integer type ... The standard naming for such attributes is 'irq' - so rename the following fields and macros: int_delivery_mode => irq_delivery_mode INT_DELIVERY_MODE => IRQ_DELIVERY_MODE int_dest_mode => irq_dest_mode INT_DEST_MODE => IRQ_DEST_MODE Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
Impact: refactor code x86 subarchitectures each defined a "acpi_madt_oem_check()" method, which could be an inline function, or an extern, or a static function, and which was also the name of a genapic field. Untangle this namespace spaghetti by setting ->acpi_madt_oem_check() to NULL on those subarchitectures that have no detection quirks, and rename the other ones (summit, es7000) that do. Also change default_acpi_madt_oem_check() to handle NULL entries, and clean its control flow up as well. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
The APIC_INIT() / APICFUNC / IPIFUNC macros were ugly and obfuscated the true identity of various APIC driver methods. Now that they are not used anymore, remove them. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
Rename genapic-> to apic-> references because in a future chagne we'll open-code all the indirect calls (instead of obscuring them via macros), so we want this reference to be as short as possible. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
64-bit x86 uses the IPI callbacks even on UP - so provide them generally. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
Unify genapic.h some more. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
Unify remaining bits of genapic_32/64.h. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
Ingo Molnar authored
Move over the (now identical) struct genapic definitions from genapic_32/64.h to genapic.h. Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-
- 23 Oct, 2008 1 commit
-
-
Al Viro authored
Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk> Signed-off-by:
H. Peter Anvin <hpa@zytor.com>
-
- 11 Oct, 2007 1 commit
-
-
Thomas Gleixner authored
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
-