-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 136887 b: refs/heads/master c: f62bae5 h: refs/heads/master i: 136885: 9cdd020 136883: 6a3ae05 136879: 5efd577 v: v3
- Loading branch information
Ingo Molnar
committed
Feb 17, 2009
1 parent
22739af
commit e9f1c7a
Showing
12 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: be163a159b223e94b3180afdd47a8d468eb9a492 | ||
refs/heads/master: f62bae5009c1ba596cd475cafbc83e0570a36e26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# Makefile for local APIC drivers and for the IO-APIC code | ||
# | ||
|
||
obj-y := apic.o ipi.o nmi.o | ||
obj-$(CONFIG_X86_IO_APIC) += io_apic.o | ||
obj-$(CONFIG_SMP) += ipi.o | ||
|
||
ifeq ($(CONFIG_X86_64),y) | ||
obj-y += apic_64.o apic_flat_64.o | ||
obj-$(CONFIG_X86_X2APIC) += x2apic_cluster.o | ||
obj-$(CONFIG_X86_X2APIC) += x2apic_phys.o | ||
obj-$(CONFIG_X86_UV) += x2apic_uv_x.o | ||
endif | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.