From 4170d0232899ab9cc1eb452904d3744596110b87 Mon Sep 17 00:00:00 2001 From: "Xu, Anthony" Date: Mon, 9 Jan 2006 10:36:35 +0800 Subject: [PATCH] --- yaml --- r: 18621 b: refs/heads/master c: f15ac5801fdc1b217c3b8b5dbc63a09371d2ee4d h: refs/heads/master i: 18619: d31db78908caf2ea21da451d4625053337e3e1b1 v: v3 --- [refs] | 2 +- trunk/include/asm-ia64/pal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 705f8e6b12f3..dbbe3355ec57 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7b9c8ba2d634a0467a8a36018a28624563f34f47 +refs/heads/master: f15ac5801fdc1b217c3b8b5dbc63a09371d2ee4d diff --git a/trunk/include/asm-ia64/pal.h b/trunk/include/asm-ia64/pal.h index e828377ad295..7708ec669a33 100644 --- a/trunk/include/asm-ia64/pal.h +++ b/trunk/include/asm-ia64/pal.h @@ -927,7 +927,7 @@ static inline s64 ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector) { struct ia64_pal_retval iprv; - PAL_CALL_IC_OFF(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress); + PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress); if (vector) *vector = iprv.v0; *progress = iprv.v1;