aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/stacktrace.c
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-07-28 03:07:29 -0400
committerJens Axboe <jens.axboe@oracle.com>2009-07-28 03:07:29 -0400
commita4e7d46407d73f35d217013b363b79a8f8eafcaa (patch)
tree109996edac0c6382e7a7cfb99736e75ea5398b49 /arch/sh/kernel/stacktrace.c
parenta85a00a699740f6f9863f88aef22060fe1534681 (diff)
block: always assign default lock to queues
Move the assignment of a default lock below blk_init_queue() to blk_queue_make_request(), so we also get to set the default lock for ->make_request_fn() based drivers. This is important since the queue flag locking requires a lock to be in place. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'arch/sh/kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions
span class="hl opt">; /* target device count */ }; #define for_each_drhd_unit(drhd) \ list_for_each_entry(drhd, &dmar_drhd_units, list) #define for_each_rmrr_units(rmrr) \ list_for_each_entry(rmrr, &dmar_rmrr_units, list) #else static inline void detect_intel_iommu(void) { return; } static inline int intel_iommu_init(void) { return -ENODEV; } #endif /* !CONFIG_DMAR */ #endif /* __DMAR_H__ */