Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1:/tmp/cvs-serv11416
Added Files:
kmap_types.h percpu.h
Log Message:
2.5.32 needs these headers. percpu.h just delegates to
asm-generic/percpu.h and kmap_types.h is copied from sparc64
--- NEW FILE ---
#ifndef _VAX_KMAP_TYPES_H
#define _VAX_KMAP_TYPES_H
enum km_type {
KM_BOUNCE_READ,
KM_SKB_SUNRPC_DATA,
KM_SKB_DATA_SOFTIRQ,
KM_USER0,
KM_USER1,
KM_BIO_SRC_IRQ,
KM_BIO_DST_IRQ,
KM_PTE0,
KM_PTE1,
KM_IRQ0,
KM_IRQ1,
KM_TYPE_NR
};
#endif
--- NEW FILE ---
#ifndef _VAX_PERCPU_H
#define _VAX_PERCPU_H
#include <asm-generic/percpu.h>
#endif /* _VAX_PERCPU_H */
|