From 57f84d847ec9e446f28f3ccef3d7e9acf0935193 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 29 Mar 2011 04:30:48 +0000 Subject: [PATCH] Really remove .size directive for flush_alias_page svn path=/dists/sid/linux-2.6/; revision=17150 --- ...move-.size-directive-for-flush_alias_page.patch | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/patches/bugfix/parisc/parisc-Remove-.size-directive-for-flush_alias_page.patch b/debian/patches/bugfix/parisc/parisc-Remove-.size-directive-for-flush_alias_page.patch index 3355f5711..fe086de64 100644 --- a/debian/patches/bugfix/parisc/parisc-Remove-.size-directive-for-flush_alias_page.patch +++ b/debian/patches/bugfix/parisc/parisc-Remove-.size-directive-for-flush_alias_page.patch @@ -11,11 +11,11 @@ errors. Signed-off-by: Ben Hutchings --- - 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