1. 27 Mar, 2009 2 commits
    • Isaku Yamahata's avatar
      ia64: remove some warnings. · 7120569c
      Isaku Yamahata authored
      This patch removes the following warnings and related ones.
      Plus some cosmetics.
      
      arch/ia64/kernel/patch.c:112: warning: passing argument 1 of 'paravirt_fc' makes integer from pointer without a cast
      arch/ia64/kernel/patch.c:135: warning: passing argument 1 of 'paravirt_fc' makes integer from pointer without a cast
      arch/ia64/kernel/patch.c:166: warning: passing argument 1 of 'paravirt_fc' makes integer from pointer without a cast
      arch/ia64/kernel/patch.c:202: warning: passing argument 1 of 'paravirt_fc' makes integer from pointer without a cast
      arch/ia64/kernel/patch.c:220: warning: passing argument 1 of 'paravirt_fc' makes integer from pointer without a cast
      Signed-off-by: default avatarIsaku Yamahata <yamahata@valinux.co.jp>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      7120569c
    • Isaku Yamahata's avatar
      ia64/xen: fix the link error. · b46a0b08
      Isaku Yamahata authored
      This patch fixes the following link error with xen_domu_defconfig.
      Depending on compiler version, it doesn't link as follows.
      So remove const and use __initdata for xen_iosapic_ops.
      
      > arch/ia64/xen/xen_pv_ops.c:878: error: xen_iosapic_ops causes a section type conflict
      Signed-off-by: default avatarIsaku Yamahata <yamahata@valinux.co.jp>
      Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
      b46a0b08
  2. 26 Mar, 2009 20 commits
  3. 23 Mar, 2009 11 commits
  4. 22 Mar, 2009 6 commits
  5. 21 Mar, 2009 1 commit