1. 21 1月, 2011 1 次提交
    • D
      kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT · 6a108a14
      David Rientjes 提交于
      The meaning of CONFIG_EMBEDDED has long since been obsoleted; the option
      is used to configure any non-standard kernel with a much larger scope than
      only small devices.
      
      This patch renames the option to CONFIG_EXPERT in init/Kconfig and fixes
      references to the option throughout the kernel.  A new CONFIG_EMBEDDED
      option is added that automatically selects CONFIG_EXPERT when enabled and
      can be used in the future to isolate options that should only be
      considered for embedded systems (RISC architectures, SLOB, etc).
      
      Calling the option "EXPERT" more accurately represents its intention: only
      expert users who understand the impact of the configuration changes they
      are making should enable it.
      Reviewed-by: NIngo Molnar <mingo@elte.hu>
      Acked-by: NDavid Woodhouse <david.woodhouse@intel.com>
      Signed-off-by: NDavid Rientjes <rientjes@google.com>
      Cc: Greg KH <gregkh@suse.de>
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: Jens Axboe <axboe@kernel.dk>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Robin Holt <holt@sgi.com>
      Cc: <linux-arch@vger.kernel.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      6a108a14
  2. 16 1月, 2011 3 次提交
    • M
      microblaze: Fix asm/pgtable.h · 658b368d
      Michal Simek 提交于
      Function ptep_test_and_clear_young have had wrong the first argument.
      It is also necessary to add __HAVE macros for ptep_test_and_clear_young and
      ptep_get_and_clear functions.
      
      Error log:
      In file included from linux/arch/microblaze/include/asm/pgtable.h:570,
                       from arch/microblaze/mm/pgtable.c:35:
      include/asm-generic/pgtable.h:23: error: conflicting types for 'ptep_test_and_clear_young'
      linux/arch/microblaze/include/asm/pgtable.h:449: error:
      previous definition of 'ptep_test_and_clear_young' was here
      include/asm-generic/pgtable.h:73: error: redefinition of 'ptep_get_and_clear'
      linux/arch/microblaze/include/asm/pgtable.h:462: error:
      previous definition of 'ptep_get_and_clear' was here
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      658b368d
    • M
      microblaze: Fix missing pagemap.h · 1947fc1d
      Michal Simek 提交于
      Add missing linux/pagemap.h to solve compilation error.
      
      Error log:
      In file included from linux/arch/microblaze/include/asm/tlb.h:17,
                       from mm/pgtable-generic.c:9:
      include/asm-generic/tlb.h: In function 'tlb_flush_mmu':
      include/asm-generic/tlb.h:76: error: implicit declaration of function 'release_pages'
      include/asm-generic/tlb.h: In function 'tlb_remove_page':
      include/asm-generic/tlb.h:105: error: implicit declaration of function 'page_cache_release'
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      1947fc1d
    • G
      dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() · 672c5446
      Grant Likely 提交于
      The physical address is never used by the device tree code when
      allocating memory for unflattening.  Change the architecture's alloc
      hook to return the virutal address instead.
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      672c5446
  3. 10 1月, 2011 1 次提交
  4. 03 1月, 2011 7 次提交
  5. 30 12月, 2010 1 次提交
    • S
      of/flattree: Add Kconfig for EARLY_FLATTREE · e6ce1324
      Stephen Neuendorffer 提交于
      The device tree code is now in two pieces: some which can be used generically
      on any platform which selects CONFIG_OF_FLATTREE, and some early which is used
      at boot time on only a few architectures.  This patch segregates the early
      code so that only those architectures which care about it need compile it.
      This also means that some of the requirements in the early code (such as
      a cmd_line variable) that most architectures (e.g. X86) don't provide
      can be ignored.
      Signed-off-by: NStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
      [grant.likely@secretlab.ca: remove extra blank line addition]
      [grant.likely@secretlab.ca: fixed incorrect #ifdef CONFIG_EARLY_FLATTREE check]
      [grant.likely@secretlab.ca: Made OF_EARLY_FLATTREE select instead of depend
                                  on OF_FLATTREE]
      Signed-off-by: NGrant Likely <grant.likely@secretlab.ca>
      e6ce1324
  6. 24 12月, 2010 1 次提交
  7. 18 11月, 2010 2 次提交
  8. 15 11月, 2010 1 次提交
  9. 01 11月, 2010 1 次提交
  10. 28 10月, 2010 2 次提交
  11. 27 10月, 2010 1 次提交
  12. 22 10月, 2010 2 次提交
  13. 21 10月, 2010 17 次提交