Changeset 8ce8499 in mainline


Ignore:
Timestamp:
2006-10-09T20:38:45Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d107f31
Parents:
84060e2
Message:

Omitted comma.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/mm/page.c

    r84060e2 r8ce8499  
    119119                { PAGESIZE_512K, 64*PAGE_SIZE, 2 },     /* 1M */
    120120                { PAGESIZE_512K, 64*PAGE_SIZE, 4 },     /* 2M */
    121                 { PAGESIZE_4M, 0, 1 }                   /* 4M */
     121                { PAGESIZE_4M, 0, 1 },                  /* 4M */
    122122                { PAGESIZE_4M, 512*PAGE_SIZE, 2 }       /* 8M */
    123123        };
Note: See TracChangeset for help on using the changeset viewer.