1. 31 10月, 2011 4 次提交
  2. 23 10月, 2011 3 次提交
  3. 17 10月, 2011 15 次提交
  4. 15 10月, 2011 1 次提交
    • S
      ARM: 7122/1: localtimer: add header linux/errno.h explicitly · bb1ac3ec
      Shawn Guo 提交于
      Per the text in  Documentation/SubmitChecklist as below, we should
      explicitly have header linux/errno.h in localtimer.h for ENXIO
      reference.
      
      1: If you use a facility then #include the file that defines/declares
         that facility.  Don't depend on other header files pulling in ones
         that you use.
      
      Otherwise, we may run into some compiling error like the following one,
      if any file includes localtimer.h without CONFIG_LOCAL_TIMERS defined.
      
        arch/arm/include/asm/localtimer.h: In function ‘local_timer_setup’:
        arch/arm/include/asm/localtimer.h:53:10: error: ‘ENXIO’ undeclared (first use in this function)
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      bb1ac3ec
  5. 14 10月, 2011 1 次提交
    • N
      ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H · 0cdc8b92
      Nicolas Pitre 提交于
      Given that we want the default to not have any <mach/memory.h> and given
      that there are now fewer cases where it is still provided than the cases
      where it is not at this point, this makes sense to invert the logic and
      just identify the exception cases.
      
      The word "need" instead of "have" was chosen to construct the config
      symbol so not to suggest that having a mach/memory.h file is actually
      a feature that one should aim for.
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      0cdc8b92
  6. 08 10月, 2011 1 次提交
  7. 06 10月, 2011 3 次提交
  8. 02 10月, 2011 1 次提交
  9. 28 9月, 2011 1 次提交
    • P
      doc: fix broken references · 395cf969
      Paul Bolle 提交于
      There are numerous broken references to Documentation files (in other
      Documentation files, in comments, etc.). These broken references are
      caused by typo's in the references, and by renames or removals of the
      Documentation files. Some broken references are simply odd.
      
      Fix these broken references, sometimes by dropping the irrelevant text
      they were part of.
      Signed-off-by: NPaul Bolle <pebolle@tiscali.nl>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      395cf969
  10. 26 9月, 2011 2 次提交
  11. 23 9月, 2011 2 次提交
  12. 22 9月, 2011 1 次提交
  13. 21 9月, 2011 2 次提交
  14. 17 9月, 2011 1 次提交
    • R
      ARM: nommu: fix warning with checksyscalls.sh · 4dfa3386
      Russell King 提交于
        CALL    scripts/checksyscalls.sh
      <stdin>:46:1: warning: "__IGNORE_migrate_pages" redefined
      In file included from <stdin>:2:
      arch/arm/include/asm/unistd.h:482:1: warning: this is the location of the previous definition
      
      This is caused because we define __IGNORE_migrate_pages to be 1, but
      in the case of nommu, it's defined to be empty.  Fix this by just
      defining the __IGNORE_ symbols to be empty.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4dfa3386
  15. 13 9月, 2011 1 次提交
  16. 07 9月, 2011 1 次提交