]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
uml: remove __u64 usage from physical memory subsystem
authorJeff Dike <jdike@addtoit.com>
Tue, 16 Oct 2007 08:27:05 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:05 +0000 (09:43 -0700)
commit0a7675aa204ac2470bb06f562557978b03914a71
treefa1ce4cf6d3546b57719f3fdd2b1cf891f5be52f
parentba180fd437156f7fd8cfb2fdd021d949eeef08d6
uml: remove __u64 usage from physical memory subsystem

Eliminate some uses of __u64 in the physical memory support.  It's hard to get
a definition of __u64 in both kernel and userspace code on x86_64, so this
changes them to unsigned long long.

There are also a copyright update and formatting comment removal from the
affected header.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/include/mem.h
arch/um/kernel/physmem.c
arch/um/os-Linux/skas/process.c