[parisc-linux-cvs] linux-2.4 grundler
Grant Grundler
parisc-linux@lists.parisc-linux.org
Mon, 10 Nov 2003 18:09:56 -0700 (MST)
CVSROOT: /var/cvs
Module name: linux-2.4
Changes by: grundler 03/11/10 18:09:56
Modified files:
. : Makefile
include/asm-parisc: uaccess.h
Log message:
2.4.22-pa15 revert __put_kernel_asm64 to static inline function
my bad. I overlooked this when committing the code.
I prefer inline functions over macros for type checking/covercion.
I don't like the use of "R2" for upper half of u64 data type
since it's easy to overlook and not commonly used in parisc port.