j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2008-08-06 20:20:57 +0200 (Wed, 06 Aug 2008) New Revision: 220
Modified: openbios-devel/arch/sparc64/openbios.c Log: Fix typo
Modified: openbios-devel/arch/sparc64/openbios.c =================================================================== --- openbios-devel/arch/sparc64/openbios.c 2008-08-06 18:20:12 UTC (rev 219) +++ openbios-devel/arch/sparc64/openbios.c 2008-08-06 18:20:57 UTC (rev 220) @@ -164,7 +164,7 @@ } else if (currsize >= PAGE_SIZE_512K && (virt & PAGE_MASK_512K) == 0 && (phys & PAGE_MASK_512K) == 0) { - currsize = PAGE_SIZE_8K; + currsize = PAGE_SIZE_512K; tte_data = 4ULL << 60; } else if (currsize >= PAGE_SIZE_64K && (virt & PAGE_MASK_64K) == 0 &&