From ceb38a029a3d3e327906dbd8323d6261935eb3b3 Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Wed, 4 Jan 2006 21:40:48 -0800 Subject: [PATCH] --- yaml --- r: 17237 b: refs/heads/master c: aed9c6ccb87d96c333bd6ae631d9e90f3b6d7271 h: refs/heads/master i: 17235: 81d3bd4e0f3facf9f0ce497acfe691bd43da9635 v: v3 --- [refs] | 2 +- trunk/arch/ppc/boot/common/util.S | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 4e06fce64610..8551f7fbfa69 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fb9d2063626374dd8a2514b3a730facac8235d8 +refs/heads/master: aed9c6ccb87d96c333bd6ae631d9e90f3b6d7271 diff --git a/trunk/arch/ppc/boot/common/util.S b/trunk/arch/ppc/boot/common/util.S index c96c9f80521e..368ec035e6cd 100644 --- a/trunk/arch/ppc/boot/common/util.S +++ b/trunk/arch/ppc/boot/common/util.S @@ -234,7 +234,8 @@ udelay: * First, flush the data cache in case it was enabled and may be * holding instructions for copy back. */ -_GLOBAL(flush_instruction_cache) + .globl flush_instruction_cache +flush_instruction_cache: mflr r6 bl flush_data_cache @@ -279,7 +280,8 @@ _GLOBAL(flush_instruction_cache) * Flush data cache * Do this by just reading lots of stuff into the cache. */ -_GLOBAL(flush_data_cache) + .globl flush_data_cache +flush_data_cache: lis r3,cache_flush_buffer@h ori r3,r3,cache_flush_buffer@l li r4,NUM_CACHE_LINES