From: John Hodge Date: Thu, 9 Sep 2010 01:57:56 +0000 (+0800) Subject: exported spinlocks X-Git-Tag: rel0.06~22 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=18b264927674c480481466c40368554fb72f560f;p=tpg%2Facess2.git exported spinlocks --- diff --git a/Kernel/arch/x86/lib.c b/Kernel/arch/x86/lib.c index 0ca98f9e..f3f190d4 100644 --- a/Kernel/arch/x86/lib.c +++ b/Kernel/arch/x86/lib.c @@ -328,3 +328,7 @@ EXPORT(__udivdi3); EXPORT(__umoddi3); EXPORT(LittleEndian16); EXPORT(BigEndian16); EXPORT(LittleEndian32); EXPORT(BigEndian32); + +EXPORT(SHORTLOCK); +EXPORT(SHORTREL); +EXPORT(IS_LOCKED);