diff options
author | Andi Kleen <ak@suse.de> | 2007-05-02 21:27:21 +0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 21:27:21 +0400 |
commit | fac15a8e4d4c36eb4676bfd2c30ea16ad05c401a (patch) | |
tree | 92855806e5289cadd59f135b39dd6eccac95c489 /arch/x86_64/boot/setup.S | |
parent | 2136220d00d84e5dd923f23552f75b1864a76f21 (diff) | |
download | linux-fac15a8e4d4c36eb4676bfd2c30ea16ad05c401a.tar.xz |
[PATCH] x86-64: Share identical video.S between i386 and x86-64
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64/boot/setup.S')
-rw-r--r-- | arch/x86_64/boot/setup.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/setup.S b/arch/x86_64/boot/setup.S index 4f8851000d7e..e9e33f949697 100644 --- a/arch/x86_64/boot/setup.S +++ b/arch/x86_64/boot/setup.S @@ -807,7 +807,7 @@ gdt_48: # Include video setup & detection code -#include "video.S" +#include "../../i386/boot/video.S" # Setup signature -- must be last setup_sig1: .word SIG1 |