1. 02 Apr, 2009 6 commits
    • Kyle McMartin's avatar
      7cec2ef4
    • Helge Deller's avatar
      parisc: fix "make tar-pkg" · 91400ac3
      Helge Deller authored
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      91400ac3
    • Alexander Beregalov's avatar
      parisc: drivers: fix warnings · c18b4608
      Alexander Beregalov authored
      ccio-dma.c:456: warning: overflow in implicit constant conversion
      ccio-dma.c:459: warning: overflow in implicit constant conversion
      ccio-dma.c:1032: warning: unused variable 'j'
      ccio-dma.c:1031: warning: unused variable 'max'
      ccio-dma.c:1031: warning: unused variable 'min'
      ccio-dma.c:1031: warning: unused variable 'avg'
      ccio-dma.c:1403: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
      ccio-dma.c:1403: warning: format '%08lx' expects type 'long unsigned int', but argument 4 has type 'resource_size_t'
      ccio-dma.c:1554: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
      dino.c:822: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'resource_size_t'
      dino.c:822: warning: format '%lx' expects type 'long unsigned int', but argument 5 has type 'resource_size_t'
      dino.c:902: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
      dino.c:902: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'resource_size_t'
      asp.c:84: warning: format '%lx' expects type 'long unsigned int', but argument 4 has type 'resource_size_t'
      eisa.c:317: warning: format '%08lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
      eisa_enumerator.c:101: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t'
      eisa_enumerator.c:101: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
      eisa_enumerator.c:191: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'resource_size_t'
      eisa_enumerator.c:191: warning: format '%lx' expects type 'long unsigned int', but argument 3 has type 'resource_size_t'
      Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      c18b4608
    • Kyle McMartin's avatar
      parisc: select BUG always · f67d3c83
      Kyle McMartin authored
      On Wed, Mar 25, 2009 at 05:02:21PM +0300, Alexander Beregalov wrote:
      > arch/parisc/kernel/traps.c:321: error: 'PARISC_BUG_BREAK_INSN'
      > undeclared (first use in this function)
      >
      > # CONFIG_BUG is not set
      > CONFIG_EMBEDDED=y
      >
      > Is it a reasonable config?
      
      imho, no.
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      f67d3c83
    • Alexander Beregalov's avatar
      parisc: asm/pdc.h should include asm/page.h · d845e1fb
      Alexander Beregalov authored
      Fixes this build error:
      arch/parisc/kernel/pdc_cons.c:117: error: '__PAGE_OFFSET' undeclared
      Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      d845e1fb
    • Alexander Beregalov's avatar
      parisc: led: remove proc_dir_entry::owner · 1ab2eaa2
      Alexander Beregalov authored
      proc_dir_entry::owner was removed in 0702c1c1a4
      (proc 2/2: remove struct proc_dir_entry::owner)
      Signed-off-by: default avatarAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: default avatarKyle McMartin <kyle@mcmartin.ca>
      1ab2eaa2
  2. 31 Mar, 2009 18 commits
  3. 30 Mar, 2009 16 commits