summaryrefslogtreecommitdiff
path: root/tools/include/linux/module.h
blob: 2c999abf68e7ac01f45216a523fc11029dee3a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LIBLOCKDEP_LINUX_MODULE_H_
#define _LIBLOCKDEP_LINUX_MODULE_H_

#define module_param(name, type, perm)

static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr)
{
	return false;
}

#endif
span title='2010-03-13 01:21:21 +0100'>2010-03-13locking: Make sparse work with inline spinlocks and rwlocksLuca Barbieri 2010-03-03Rename .text.lock to .text..lock.Denys Vlasenko 2009-12-14locking: Cleanup the name space completelyThomas Gleixner 2009-12-14locking: Further name space cleanupsThomas Gleixner 2009-12-14locking: Implement new raw_spinlockThomas Gleixner 2009-12-14locking: Convert raw_rwlock to arch_rwlockThomas Gleixner 2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner 2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner 2009-12-14locking: Split rwlock from spinlock headersThomas Gleixner 2009-11-24locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init()Thomas Gleixner 2009-11-24locking: Remove unused prototypeThomas Gleixner 2009-08-31locking: Simplify spinlock inliningHeiko Carstens 2009-08-31locking: Move spinlock function bodies to header fileHeiko Carstens 2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa 2009-04-02Allow rwlocks to re-enable interruptsRobin Holt 2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin 2008-08-11lockdep: spin_lock_nest_lock()Peter Zijlstra 2008-07-25locking: add typecheck on irqsave and friends for correct flagsSteven Rostedt