mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 16:12:52 +00:00
53789d25a0
CRIS's sembuf.h is equivalent to the asm-generic version. Effective diff: -#ifndef _CRIS_SEMBUF_H -#define _CRIS_SEMBUF_H +#ifndef __ASM_GENERIC_SEMBUF_H +#define __ASM_GENERIC_SEMBUF_H +#include <asm/bitsperlong.h> struct semid64_ds { struct ipc64_perm sem_perm; __kernel_time_t sem_otime; +#if __BITS_PER_LONG != 64 unsigned long __unused1; +#endif __kernel_time_t sem_ctime; +#if __BITS_PER_LONG != 64 unsigned long __unused2; +#endif unsigned long sem_nsems; unsigned long __unused3; unsigned long __unused4; Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com> |
||
---|---|---|
.. | ||
asm-offsets.h | ||
axisflashmap.h | ||
bitops.h | ||
bug.h | ||
bugs.h | ||
cache.h | ||
cacheflush.h | ||
checksum.h | ||
current.h | ||
delay.h | ||
dma-mapping.h | ||
dma.h | ||
eshlibld.h | ||
etraxi2c.h | ||
fasttimer.h | ||
fb.h | ||
ftrace.h | ||
hw_irq.h | ||
io.h | ||
irq.h | ||
irqflags.h | ||
Kbuild | ||
mmu_context.h | ||
mmu.h | ||
mutex.h | ||
page.h | ||
pci.h | ||
pgalloc.h | ||
pgtable.h | ||
processor.h | ||
ptrace.h | ||
segment.h | ||
serial.h | ||
shmparam.h | ||
signal.h | ||
string.h | ||
swab.h | ||
switch_to.h | ||
termios.h | ||
thread_info.h | ||
timex.h | ||
tlb.h | ||
tlbflush.h | ||
types.h | ||
uaccess.h | ||
ucontext.h | ||
unaligned.h | ||
unistd.h | ||
user.h |