dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/x86/kernel/acpi
H. Peter Anvin 65ea5b0349 x86: rename the struct pt_regs members for 32/64-bit consistency
We have a lot of code which differs only by the naming of specific
members of structures that contain registers.  In order to enable
additional unifications, this patch drops the e- or r- size prefix
from the register names in struct pt_regs, and drops the x- prefixes
for segment registers on the 32-bit side.

This patch also performs the equivalent renames in some additional
places that might be candidates for unification in the future.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2008-01-30 13:30:56 +01:00
..
Makefile x86: Unify arch/x86/kernel/acpi Makefiles 2007-10-23 22:37:23 +02:00
boot.c x86: add hpet sanity checks 2007-11-17 16:27:01 +01:00
cstate.c x86: convert cpuinfo_x86 array to a per_cpu array 2007-10-19 20:35:04 +02:00
processor.c ACPI: Enable MSR (FixedHW) support for T-States 2007-11-16 21:46:25 -05:00
sleep_32.c Merge branch 'dmi-const' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/misc-2.6 2007-10-11 19:18:45 -07:00
sleep_64.c x86_64: remove acpi_pci_link_exit() 2007-11-16 21:18:09 -05:00
wakeup_32.S ACPI: suspend: old debugging hacks sneaked back 2007-12-06 16:03:06 -05:00
wakeup_64.S x86: rename the struct pt_regs members for 32/64-bit consistency 2008-01-30 13:30:56 +01:00