--- np2/i386c/ia32/paging.c 2005/03/05 16:47:04 1.27 +++ np2/i386c/ia32/paging.c 2007/02/06 14:20:57 1.29 @@ -1,4 +1,4 @@ -/* $Id: paging.c,v 1.27 2005/03/05 16:47:04 monaka Exp $ */ +/* $Id: paging.c,v 1.29 2007/02/06 14:20:57 monaka Exp $ */ /* * Copyright (c) 2003-2004 NONAKA Kimihiro @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -184,9 +182,9 @@ static const UINT8 page_access_bit[32] = * +- CR3(物理アドレス) */ -static UINT32 MEMCALL paging(const UINT32 laddr, const int ucrw) GCC_ATTR_REGPARM; +static UINT32 MEMCALL paging(const UINT32 laddr, const int ucrw); #if defined(IA32_SUPPORT_TLB) -static void MEMCALL tlb_update(const UINT32 laddr, const UINT entry, const int ucrw) GCC_ATTR_REGPARM; +static void MEMCALL tlb_update(const UINT32 laddr, const UINT entry, const int ucrw); #endif UINT8 MEMCALL