diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-01-30 13:31:14 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:14 +0100 |
commit | 332540d5fe7f3370bb860090e4b906340a2e2afb (patch) | |
tree | 1a94366464165b53c24fa015e6222b34eca626d7 /include/asm-um | |
parent | c81c6ca45a69478c7877b729af1942d2b80ef582 (diff) |
UML: remove remaining FASTCALL uses
With the x86 removal, FASTCALL is always empty now.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/linkage.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-um/linkage.h b/include/asm-um/linkage.h index 78b862472b36..cdb3024a699a 100644 --- a/include/asm-um/linkage.h +++ b/include/asm-um/linkage.h @@ -6,7 +6,6 @@ /* <linux/linkage.h> will pick sane defaults */ #ifdef CONFIG_GPROF -#undef FASTCALL #undef fastcall #endif |