Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c0acca6789281650134cfbbe00fc461e39440446
Commit:     c0acca6789281650134cfbbe00fc461e39440446
Parent:     48b22cf993cbc8f62c9b4025cfe0cfccd800181a
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Sat Nov 10 19:54:16 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 13:18:42 2008 +0900

    sh: SH-5 also uses the ASID cache.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/processor_64.h |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/include/asm-sh/processor_64.h b/include/asm-sh/processor_64.h
index 5430e43..6ad2338 100644
--- a/include/asm-sh/processor_64.h
+++ b/include/asm-sh/processor_64.h
@@ -54,18 +54,14 @@ struct tlb_info {
 struct sh_cpuinfo {
        enum cpu_type type;
        unsigned long loops_per_jiffy;
+       unsigned long asid_cache;
 
-       char    hard_math;
-
-       unsigned long *pgd_quick;
-       unsigned long *pmd_quick;
-       unsigned long *pte_quick;
-       unsigned long pgtable_cache_sz;
        unsigned int cpu_clock, master_clock, bus_clock, module_clock;
 
        /* Cache info */
        struct cache_info icache;
        struct cache_info dcache;
+       struct cache_info scache;
 
        /* TLB info */
        struct tlb_info itlb;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to