summaryrefslogtreecommitdiffstats
path: root/kernel/sched.c
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@pathscale.com>2006-02-01 12:05:16 +0100
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-01 17:53:13 +0100
commitc27a0d75b33c030965cc97d3d7f571107a673fb4 (patch)
treec4d797b413bb6f8a1b8507213294a291ab5114f8 /kernel/sched.c
parent[PATCH] Define BITS_PER_BYTE (diff)
downloadlinux-c27a0d75b33c030965cc97d3d7f571107a673fb4.tar.xz
linux-c27a0d75b33c030965cc97d3d7f571107a673fb4.zip
[PATCH] Introduce __iowrite32_copy
This arch-independent routine copies data to a memory-mapped I/O region, using 32-bit accesses. The naming is double-underscored to make it clear that it does not guarantee write ordering, nor does it perform a memory barrier afterwards; the kernel doc also explicitly states this. This style of access is required by some devices. This change also introduces include/linux/io.h, at Andrew's suggestion. It only has one occupant at the moment, but is a logical destination for oft-replicated contents of include/asm-*/{io,iomap}.h to migrate to. Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/sched.c')
0 files changed, 0 insertions, 0 deletions