From 3ff39e9fc9189155c2caffbb7d261d3f7b6f9ed8 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Tue, 3 May 2005 09:13:17 +0000 Subject: [PATCH] (flush_cache): Provide dummy implementation for HPPA. (Logical change 1.290) --- tests/flush-cache.S | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/flush-cache.S b/tests/flush-cache.S index d8f28c86..d856a232 100644 --- a/tests/flush-cache.S +++ b/tests/flush-cache.S @@ -36,6 +36,17 @@ flush_cache: flush_cache: ret +#elif defined(__hppa__) + +# warning FIX ME!! + + .globl flush_cache +flush_cache: + .proc + .callinfo + bv %r0(%rp) + .procend + #else # error Need flush_cache code for this architecture. #endif