aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorVivek Goyal <[email protected]>2006-01-11 12:17:37 -0800
committerLinus Torvalds <[email protected]>2006-01-11 18:42:11 -0800
commit9e9e3941d0a3497c1e7fb9ce62059705825bb775 (patch)
tree9f0765707996dff85e5ff50f9bfc4b2e9a242c7c /scripts/patch-kernel
parentfd85d765b75db608500c783e5bc41b63627957c8 (diff)
[PATCH] kdump: vmcore compilation warning fix
o fs/proc/vmcore.c compilation gives warnings on ppc64. The reason being that u64 is defined as unsigned long hence u64* is not same as loff_t* and compiler cribs. o Changed the parameter type to u64* instead of loff_t* to resolve the conflict. Signed-off-by: Vivek Goyal <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions