projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0aa0f
)
[PATCH] x86-64: Delivery mode should be APIC_DM_FIXED when using physical mode.
author
Ashok Raj
<ashok.raj@intel.com>
Mon, 12 Sep 2005 16:49:24 +0000
(18:49 +0200)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Mon, 12 Sep 2005 17:50:56 +0000
(10:50 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/genapic_flat.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/genapic_flat.c
b/arch/x86_64/kernel/genapic_flat.c
index 8c6028a0f322f2df9948a3b571e35bec24c11040..9da3edb799ea543042776664db789a59b7418163 100644
(file)
--- a/
arch/x86_64/kernel/genapic_flat.c
+++ b/
arch/x86_64/kernel/genapic_flat.c
@@
-177,9
+177,9
@@
static unsigned int physflat_cpu_mask_to_apicid(cpumask_t cpumask)
struct genapic apic_physflat = {
.name = "physical flat",
- .int_delivery_mode = dest_
LowestPrio
,
+ .int_delivery_mode = dest_
Fixed
,
.int_dest_mode = (APIC_DEST_PHYSICAL != 0),
- .int_delivery_dest = APIC_DEST_PHYSICAL | APIC_DM_
LOWEST
,
+ .int_delivery_dest = APIC_DEST_PHYSICAL | APIC_DM_
FIXED
,
.target_cpus = physflat_target_cpus,
.apic_id_registered = flat_apic_id_registered,
.init_apic_ldr = flat_init_apic_ldr,/*not needed, but shouldn't hurt*/