Changeset 8440473 in mainline for kernel/arch/sparc64/include/mm/tsb.h


Ignore:
Timestamp:
2006-10-26T21:36:32Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c84448
Parents:
19dce27
Message:

Minor changes. Some coding style fixes and also a type (tee vs. tree).
One AS → as change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/mm/tsb.h

    r19dce27 r8440473  
    4343 * in TLBs - only one TLB entry will do.
    4444 */
    45 #define TSB_SIZE                        2                       /* when changing this, change as.c as well */
     45#define TSB_SIZE                        2       /* when changing this, change as.c as well */
    4646#define ITSB_ENTRY_COUNT                (512*(1<<TSB_SIZE))
    4747#define DTSB_ENTRY_COUNT                (512*(1<<TSB_SIZE))
Note: See TracChangeset for help on using the changeset viewer.