diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 21:18:57 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 19:55:55 +0200 |
commit | 91a6c462b02d8dc02dbe95e5a407d78078a38d01 (patch) | |
tree | 46ad95267332ca895b3af2d40def2e89e18aafd8 /arch/x86_64/boot/install.sh | |
parent | Use the new x86 setup code for i386 (diff) | |
download | linux-91a6c462b02d8dc02dbe95e5a407d78078a38d01.tar.xz linux-91a6c462b02d8dc02dbe95e5a407d78078a38d01.zip |
Use the new x86 setup code for x86-64; unify with i386
This unifies arch/*/boot (except arch/*/boot/compressed) between
i386 and x86-64, and uses the new x86 setup code for x86-64 as well.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86_64/boot/install.sh')
-rw-r--r-- | arch/x86_64/boot/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/boot/install.sh b/arch/x86_64/boot/install.sh deleted file mode 100644 index baaa2369bdb8..000000000000 --- a/arch/x86_64/boot/install.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -. $srctree/arch/i386/boot/install.sh |