Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/sh/kernel/vsyscall
Manuel Lauss f75522cea1 sh: Fix vsyscall build failure.
CC      arch/sh/kernel/vsyscall/vsyscall.o
a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_setup_additional_pages':
a/arch/sh/kernel/vsyscall/vsyscall.c:63: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c:67: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c:82: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c:85: error: dereferencing pointer to incomplete type
a/arch/sh/kernel/vsyscall/vsyscall.c: In function 'arch_vma_name':
a/arch/sh/kernel/vsyscall/vsyscall.c:91: error: dereferencing pointer to incomplete type

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2007-05-31 13:44:55 +09:00
..
.gitignore sh: Initial gitignore list 2006-10-03 13:16:15 +09:00
Makefile sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-note.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-sigreturn.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-syscall.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall-trapa.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00
vsyscall.c sh: Fix vsyscall build failure. 2007-05-31 13:44:55 +09:00
vsyscall.lds.S sh: Initial vsyscall page support. 2006-09-27 18:33:49 +09:00