summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-12 15:40:45 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-12 15:44:07 +0200
commit1db5fff9aeab18566eb380e354629fdbbe7792f0 (patch)
tree2de6fd4a5d80e9122d28aebb6995563c13351365 /scripts/objdiff
parentb7b3a42533e1e41297fe517533375f9f8f7b92d0 (diff)
downloadkernel-1db5fff9aeab18566eb380e354629fdbbe7792f0.tar.gz
x86: make processor type select depend on CONFIG_EMBEDDED
deselecting one of the CPU type CONFIG_CPU_SUP_* config options can render a kernel unbootable. Make sure this option is only available if CONFIG_EMBEDDED is enabled. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
2014-04-28powerpc/mm: Fix tlbie to add AVAL fields for 64K pagesAneesh Kumar K.V 2013-10-11powerpc: Book 3S MMU little endian supportAnton Blanchard 2013-07-24powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V 2013-07-24powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V 2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V 2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V 2013-06-01powerpc/mm: Always invalidate tlb on hpte invalidate and updateAneesh Kumar K.V 2013-04-30powerpc: Update tlbie/tlbiel as per ISA docAneesh Kumar K.V 2013-04-30powerpc: Fix hpte_decode to use the correct decoding for page sizesAneesh Kumar K.V 2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V 2013-04-30powerpc: Use encode avpn where we need only avpn valuesAneesh Kumar K.V