From 332540d5fe7f3370bb860090e4b906340a2e2afb Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Wed, 30 Jan 2008 13:31:14 +0100 Subject: UML: remove remaining FASTCALL uses With the x86 removal, FASTCALL is always empty now. Signed-off-by: Harvey Harrison Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- include/asm-um/linkage.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/asm-um/linkage.h') 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 @@ /* will pick sane defaults */ #ifdef CONFIG_GPROF -#undef FASTCALL #undef fastcall #endif -- cgit v1.2.3-59-g8ed1b