--- np2/i386c/ia32/paging.h 2008/03/22 04:03:07 1.22 +++ np2/i386c/ia32/paging.h 2011/01/15 18:36:12 1.24 @@ -1,5 +1,3 @@ -/* $Id: paging.h,v 1.22 2008/03/22 04:03:07 monaka Exp $ */ - /* * Copyright (c) 2003 NONAKA Kimihiro * All rights reserved. @@ -223,8 +221,8 @@ void MEMCALL tlb_flush_page(UINT32 laddr TLB_ENTRY_T* MEMCALL tlb_lookup(const UINT32 laddr, const int ucrw); #else #define tlb_init() -#define tlb_flush(allflush) (void)(allflush) -#define tlb_flush_page(la) (void)(la) +#define tlb_flush(allflush) +#define tlb_flush_page(la) #define tlb_lookup(la, ucrw) NULL #endif