[parisc-linux-cvs] linux willy

Matthew Wilcox willy@puffin.external.hp.com
Sat, 3 Mar 2001 21:48:56 -0700


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	willy	01/03/03 21:48:55

Modified files:
	arch/parisc/kernel: sys_parisc.c 
	drivers/char   : vt.c 
	include/asm-parisc: unistd.h 

Log message:
Cleanups:

* We don't actually use sys_ioperm, so delete it.
* Modify char/vt.c to not call it on __hppa__ either
* Some functions have now become kernel-lock-free on other ports so we should
follow suit.  do_pipe() and do_mmap().
* Comment out the unimplemented syscall numbers for readdir, ioperm &
idle in <asm/unistd.h>.  Might this cause problems for glibc?