work around bluetooth linger bug
[trinity.git] / include / arch-parisc.h
blob757facf3c0a4e51ae6c215567cdb20a581bf6f88
1 // FIXME: depends on kernel bit size, userspace is always 32 bit
3 #define PAGE_OFFSET 0x10000000
5 #if 0
6 // for 64 bit
7 #define PAGE_OFFSET 0x40000000
8 #endif
10 #define KERNEL_ADDR 0xa0000000 // FIXME: Placeholder
11 #define MODULE_ADDR 0xa0000000L // FIXME: Placeholder
12 #define TASK_SIZE 0xa0000000 // FIXME: Placeholder
14 #define PAGE_SHIFT 12
15 #define PTE_FILE_MAX_BITS (32 - 11)
17 #define PTRACE_GETREGS 0
18 #define PTRACE_GETFPREGS 0
19 #define PTRACE_SETREGS 0
20 #define PTRACE_SETFPREGS 0
22 #define SYSCALLS syscalls_parisc