summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/boot/install.sh
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-07-11 12:18:57 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-12 10:55:55 -0700
commit91a6c462b02d8dc02dbe95e5a407d78078a38d01 (patch)
tree46ad95267332ca895b3af2d40def2e89e18aafd8 /arch/x86_64/boot/install.sh
parent4fd06960f120e02e9abc802a09f9511c400042a5 (diff)
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.sh2
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 baaa2369bdb..00000000000
--- a/arch/x86_64/boot/install.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-. $srctree/arch/i386/boot/install.sh