source: GPL/trunk/include/linux/smp_lock.h

Last change on this file was 445, checked in by Paul Smedley, 16 years ago

More code tidyups, remove some unnecessary #ifndef TARGET_OS2 by adding some more stub functions

File size: 283 bytes
Line 
1/* $Id: smp_lock.h,v 1.1.1.1 2003/07/02 13:57:00 eleph Exp $ */
2
3#ifndef _LINUX_SMP_LOCK_H
4#define _LINUX_SMP_LOCK_H
5#define lock_kernel() do { } while(0)
6#define unlock_kernel() do { } while(0)
7#endif /* _LINUX_SMP_LOCK_H */
Note: See TracBrowser for help on using the repository browser.