summaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/smpboot.c
diff options
context:
space:
mode:
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>2008-04-09 03:26:10 (GMT)
committerTony Luck <tony.luck@intel.com>2008-04-09 17:10:18 (GMT)
commite4b05d4097eb6dab08bda86a72f6fdfdd9816395 (patch)
tree009e910e248bc614bae38313d79234c0331e0ae2 /arch/ia64/kernel/smpboot.c
parent3975afffd32b84c0ad6797debe5abd179f44a698 (diff)
downloadlinux-fsl-qoriq-e4b05d4097eb6dab08bda86a72f6fdfdd9816395.tar.xz
[IA64] pgd_offset() constfication.
when compile 2.6.25-rc8-mm1, below warning happend. because walk_page_range pass argument as "const struct mm*", but pgd_offset() receive as "struct mm*". CC mm/pagewalk.o mm/pagewalk.c: In function 'walk_page_range': mm/pagewalk.c:111: warning: passing argument 1 of 'pgd_offset' discards qualifiers from pointer target type Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/smpboot.c')
0 files changed, 0 insertions, 0 deletions