]> git.neil.brown.name Git - history.git/commit
[PATCH] x86-64 merge
authorAndi Kleen <ak@muc.de>
Sat, 5 Apr 2003 02:18:34 +0000 (18:18 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Sat, 5 Apr 2003 02:18:34 +0000 (18:18 -0800)
commit2ba74897b71877e63d8cffb12d3c855e3c995e9a
treecec4ca903feb37d778aae5ec36e4f8964ae4b8df
parente7507c165286ff39d810b50f6d1a0f3638c5022a
[PATCH] x86-64 merge

Make it compile again and various cleanups and a few bug fixes.  Only
changes x86-64 specific files.

Most of it are S3 suspend changes from Pavel and comment spelling fixes
from Steven Cole.

- Remove now obsolete check_cpu function
- Fix sys_ioctl prototype
- Small optimization - use SYSCALL for 32bit signal handling.
- Fix S3 suspend handling and split into individual files like i386 (Pavel)
- Merge from i386 (pci fixes etc.)
- Set correct paging attributes for IOMMU aperture
- Fix disable apic option
31 files changed:
arch/x86_64/boot/compressed/misc.c
arch/x86_64/ia32/ia32_binfmt.c
arch/x86_64/ia32/ia32_ioctl.c
arch/x86_64/ia32/ia32_signal.c
arch/x86_64/ia32/ia32entry.S
arch/x86_64/ia32/syscall32.c
arch/x86_64/kernel/acpi.c
arch/x86_64/kernel/acpi/Makefile [new file with mode: 0644]
arch/x86_64/kernel/acpi/boot.c [new file with mode: 0644]
arch/x86_64/kernel/acpi/sleep.c [new file with mode: 0644]
arch/x86_64/kernel/acpi/wakeup.S [new file with mode: 0644]
arch/x86_64/kernel/apic.c
arch/x86_64/kernel/cpuid.c
arch/x86_64/kernel/early_printk.c
arch/x86_64/kernel/head.S
arch/x86_64/kernel/i387.c
arch/x86_64/kernel/irq.c
arch/x86_64/kernel/ldt.c
arch/x86_64/kernel/mpparse.c
arch/x86_64/kernel/msr.c
arch/x86_64/kernel/pci-dma.c
arch/x86_64/kernel/pci-gart.c
arch/x86_64/kernel/setup.c
arch/x86_64/kernel/smp.c
arch/x86_64/kernel/suspend.c
arch/x86_64/kernel/traps.c
arch/x86_64/kernel/wakeup.S
arch/x86_64/lib/copy_user.S
arch/x86_64/mm/k8topology.c
arch/x86_64/pci/common.c
include/asm-x86_64/thread_info.h