Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188836
b: refs/heads/master
c: 40d1f00
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Mar 8, 2010
1 parent 614d6a7 commit 6079435
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8941dad1f12b4e8a87a517ed27f29d0209c817c
refs/heads/master: 40d1f0048289b1baed859baee06878417fae540e
5 changes: 5 additions & 0 deletions trunk/arch/sh/mm/uncached.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <linux/init.h>
#include <asm/sizes.h>
#include <asm/page.h>
#include <asm/addrspace.h>

/*
* This is the offset of the uncached section from its cached alias.
Expand All @@ -23,7 +24,11 @@ int virt_addr_uncached(unsigned long kaddr)

void __init uncached_init(void)
{
#ifdef CONFIG_29BIT
uncached_start = P2SEG;
#else
uncached_start = memory_end;
#endif
uncached_end = uncached_start + uncached_size;
}

Expand Down

0 comments on commit 6079435

Please sign in to comment.