From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 19 Sep 2003 04:24:45 -0700 From: Randolph Chung To: James Bottomley Cc: PARISC list , parisc-linux-cvs@lists.parisc-linux.org Message-ID: <20030919112445.GL27523@tausq.org> Reply-To: Randolph Chung References: <20030919010356.148684940A4@palinux.hppa> <1063933596.2083.9.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1063933596.2083.9.camel@mulgrave> Subject: [parisc-linux] Re: [parisc-linux-cvs] linux-2.6 jejb Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > -#undef CACHE_FLUSHING_IS_NOT_BROKEN > -#ifdef CACHE_FLUSHING_IS_NOT_BROKEN > + flush_user_dcache_range((unsigned long) &frame->tramp[0], > + (unsigned long) &frame->tramp[4]); > flush_user_icache_range((unsigned long) &frame->tramp[0], > (unsigned long) &frame->tramp[4]); we also have a flush_icache_user_range range macro that does this (flush dcache + icache). The kernel seems to use both..... randolph -- Randolph Chung Debian GNU/Linux Developer, hppa/ia64 ports http://www.tausq.org/