Changeset cd896e2 in mainline


Ignore:
Timestamp:
2006-12-13T22:48:30Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0313ff0
Parents:
38d304b
Message:

Remove old stuff.

Location:
kernel/arch/sparc64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/cpu.h

    r38d304b rcd896e2  
    5656        ver_reg_t ver;
    5757        uint32_t clock_frequency;       /**< Processor frequency in MHz. */
    58         int dcache_active;              /**< When non-zero, the D-cache is not being shot down. */
    5958};
    6059       
  • kernel/arch/sparc64/src/cpu/cpu.c

    r38d304b rcd896e2  
    9292                dtlb_insert_mapping((uintptr_t) CPU->stack, KA2PA(CPU->stack), PAGESIZE_8K, true, true);
    9393        }
    94 
    95         /*
    96          * Set the D-cache active flag.
    97          * Needed for the D-cache to work.
    98          */
    99         CPU->arch.dcache_active = 1;
    10094}
    10195
Note: See TracChangeset for help on using the changeset viewer.