1. 02 4月, 2009 9 次提交
    • K
      parisc: move dereference_function_descriptor to process.c · b609308e
      Kyle McMartin 提交于
      Commit deac93df fixed up printing
      of %pF on parisc, but added the dereference_function_descriptor
      prototype to module.c... this isn't a particularly wise idea as
      module.c might not always be compiled.
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      b609308e
    • K
      parisc: Move kernel Elf_Fdesc define to <asm/elf.h> · bf589a34
      Kyle McMartin 提交于
      elf.h probably won't be exported to userspace, but play it safe
      and cram it in a #ifdef __KERNEL__ guard.
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      bf589a34
    • K
      parisc: fix build when ARCH_HAS_KMAP · bb735019
      Kyle McMartin 提交于
      When we build for PA8X00, we define ARCH_HAS_KMAP, which results in
      the kmap_types.h include in highmem.h getting skipped...
      
      In file included from include/linux/pagemap.h:10,
                       from include/linux/mempolicy.h:62,
                       from init/main.c:52:
      include/linux/highmem.h:196: warning: 'enum km_type' declared inside parameter list
      include/linux/highmem.h:196: warning: its scope is only this definition or declaration, which is probably not what you want
      include/linux/highmem.h:196: error: parameter 1 ('type') has incomplete type
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      bb735019
    • K
      Merge branch 'rusty-cpumask-parisc' into parisc · 7cec2ef4
      Kyle McMartin 提交于
      7cec2ef4
    • H
      parisc: fix "make tar-pkg" · 91400ac3
      Helge Deller 提交于
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      91400ac3
    • A
      parisc: drivers: fix warnings · c18b4608
      Alexander Beregalov 提交于
      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: NAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      c18b4608
    • K
      parisc: select BUG always · f67d3c83
      Kyle McMartin 提交于
      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: NKyle McMartin <kyle@mcmartin.ca>
      f67d3c83
    • A
      parisc: asm/pdc.h should include asm/page.h · d845e1fb
      Alexander Beregalov 提交于
      Fixes this build error:
      arch/parisc/kernel/pdc_cons.c:117: error: '__PAGE_OFFSET' undeclared
      Signed-off-by: NAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      d845e1fb
    • A
      parisc: led: remove proc_dir_entry::owner · 1ab2eaa2
      Alexander Beregalov 提交于
      proc_dir_entry::owner was removed in 0702c1c1a4
      (proc 2/2: remove struct proc_dir_entry::owner)
      Signed-off-by: NAlexander Beregalov <a.beregalov@gmail.com>
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      1ab2eaa2
  2. 31 3月, 2009 31 次提交