Really remove .size directive for flush_alias_page

svn path=/dists/sid/linux-2.6/; revision=17150
This commit is contained in:
Ben Hutchings 2011-03-29 04:30:48 +00:00
parent 4febc1e748
commit 57f84d847e
1 changed files with 11 additions and 3 deletions

View File

@ -11,11 +11,11 @@ errors.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
arch/parisc/kernel/pacache.S | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
arch/parisc/kernel/pacache.S | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S
index 09b77b2..8332f3e 100644
index 09b77b2..a1d5157 100644
--- a/arch/parisc/kernel/pacache.S
+++ b/arch/parisc/kernel/pacache.S
@@ -842,6 +842,7 @@ ENTRY(flush_alias_page)
@ -26,6 +26,14 @@ index 09b77b2..8332f3e 100644
#endif
.export flush_user_dcache_range_asm
@@ -865,7 +866,6 @@ flush_user_dcache_range_asm:
.exit
.procend
-ENDPROC(flush_alias_page)
ENTRY(flush_kernel_dcache_range_asm)
.proc
--
1.7.4.1