Commit b691cce8 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] ifdef noise cleanup

As the comment suggests - this is harmless
on non mq systems, so we may as well have cleaner code.
parent 16270bc9
...@@ -36,9 +36,7 @@ ...@@ -36,9 +36,7 @@
ENTRY(trampoline_data) ENTRY(trampoline_data)
r_base = . r_base = .
#ifdef CONFIG_MULTIQUAD wbinvd # Needed for NUMA-Q should be harmless for others
wbinvd
#endif /* CONFIG_MULTIQUAD */
mov %cs, %ax # Code and data in the same place mov %cs, %ax # Code and data in the same place
mov %ax, %ds mov %ax, %ds
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment