exported spinlocks
authorJohn Hodge <[email protected]>
Thu, 9 Sep 2010 01:57:56 +0000 (09:57 +0800)
committerJohn Hodge <[email protected]>
Thu, 9 Sep 2010 01:57:56 +0000 (09:57 +0800)
Kernel/arch/x86/lib.c

index 0ca98f9..f3f190d 100644 (file)
@@ -328,3 +328,7 @@ EXPORT(__udivdi3);  EXPORT(__umoddi3);
 
 EXPORT(LittleEndian16);        EXPORT(BigEndian16);
 EXPORT(LittleEndian32);        EXPORT(BigEndian32);
+
+EXPORT(SHORTLOCK);
+EXPORT(SHORTREL);
+EXPORT(IS_LOCKED);

UCC git Repository :: git.ucc.asn.au