From: Jeff Dike Date: Tue, 16 Oct 2007 08:27:05 +0000 (-0700) Subject: uml: remove __u64 usage from physical memory subsystem X-Git-Tag: v2.6.24-rc1~1063 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a7675aa204ac2470bb06f562557978b03914a71;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed