diff options
author | Richard Weinberger <richard@nod.at> | 2015-03-18 21:27:35 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2015-04-13 21:00:44 +0200 |
commit | 23fc5f156bddbaaa8939a74c67dfd5bf6d07f596 (patch) | |
tree | defe9efa310c42f2c98a54181bf12e7b89e589ba /arch/um/Makefile-ia64 | |
parent | um: Remove dead code from stacktrace (diff) | |
download | linux-23fc5f156bddbaaa8939a74c67dfd5bf6d07f596.tar.xz linux-23fc5f156bddbaaa8939a74c67dfd5bf6d07f596.zip |
um: Remove ia64 cruft
That code is a relict from the early days of UML.
ia64 support was never completed nor worked.
Let's rip it out.
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/Makefile-ia64')
-rw-r--r-- | arch/um/Makefile-ia64 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/Makefile-ia64 b/arch/um/Makefile-ia64 deleted file mode 100644 index f84dc23b0f6e..000000000000 --- a/arch/um/Makefile-ia64 +++ /dev/null @@ -1 +0,0 @@ -START_ADDR = 0x1000000000000000 |