linux/include/asm-sh
Jesper Juhl dcd497f99a [PATCH] streamline preempt_count type across archs
The preempt_count member of struct thread_info is currently either defined
as int, unsigned int or __s32 depending on arch.  This patch makes the type
of preempt_count an int on all archs.

Having preempt_count be an unsigned type prevents the catching of
preempt_count < 0 bugs, and using int on some archs and __s32 on others is
not exactely "neat" - much nicer when it's just int all over.

A previous version of this patch was already ACK'ed by Robert Love, and the
only change in this version of the patch compared to the one he ACK'ed is
that this one also makes sure the preempt_count member is consistently
commented.

Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-23 09:45:19 -07:00
..
adx
bigsur
cat68701
cpu-sh2
cpu-sh3
cpu-sh4
cqreek
dmida
dreamcast
ec3104
edosk7705
harp
hd64461
hd64465
hp6xx
hs7751rvoip
microdev
mpc1211
overdrive
rts7751r2d
saturn
se
se7300
se7751
se73180
sh03
sh2000
snapgear
systemh
a.out.h
adc.h
addrspace.h
atomic.h
bitops.h
bug.h
bugs.h
bus-sh.h
byteorder.h
cache.h
cacheflush.h
checksum.h [PATCH] misc verify_area cleanups 2005-05-01 08:59:08 -07:00
cputime.h
current.h
delay.h
div64.h
dma-mapping.h
dma.h
elf.h
errno.h
fcntl.h
fixmap.h
flat.h
floppy.h [PATCH] make some things static 2005-05-05 16:36:47 -07:00
freq.h
hardirq.h
hdreg.h
hw_irq.h
ide.h
io.h
io_generic.h
ioctl.h
ioctls.h
ipc.h
ipcbuf.h
irq-sh73180.h
irq.h
keyboard.h
kgdb.h
kmap_types.h
linkage.h
local.h
machvec.h
machvec_init.h
mc146818rtc.h
mman.h
mmu.h
mmu_context.h
mmzone.h
module.h
msgbuf.h
namei.h
numnodes.h
page.h [PATCH] Hugepage consolidation 2005-06-21 18:46:15 -07:00
param.h
pci.h
percpu.h
pgalloc.h
pgtable-2level.h
pgtable.h [PATCH] Hugepage consolidation 2005-06-21 18:46:15 -07:00
poll.h
posix_types.h
processor.h
ptrace.h
resource.h
rtc.h
rwsem.h
scatterlist.h
sections.h
segment.h
semaphore-helper.h
semaphore.h
sembuf.h
serial.h
setup.h
sh_bios.h
shmbuf.h
shmparam.h
sigcontext.h
siginfo.h
signal.h [PATCH] asm/signal.h unification 2005-05-04 07:33:15 -07:00
smp.h [PATCH] smp_processor_id() cleanup 2005-06-21 18:46:13 -07:00
socket.h
sockios.h
spinlock.h
stat.h
statfs.h
string.h
system.h
termbits.h
termios.h
thread_info.h [PATCH] streamline preempt_count type across archs 2005-06-23 09:45:19 -07:00
timex.h
tlb.h
tlbflush.h
topology.h
types.h
uaccess.h
ubc.h
ucontext.h
unaligned.h
unistd.h
user.h
watchdog.h
xor.h