Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142322
b: refs/heads/master
c: 158772c
h: refs/heads/master
v: v3
  • Loading branch information
Bernd Schmidt authored and David Woodhouse committed Mar 24, 2009
1 parent 5a098a2 commit cd507b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f52fd5b7fd11e85fe9de15d5c5b5d574f9ff4cab
refs/heads/master: 158772c2d4178525365dd46b8223184a861df58f
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ int _access_ok(unsigned long addr, unsigned long size)
if (addr >= memory_mtd_end && (addr + size) <= physical_mem_end)
return 1;

#ifdef CONFIG_ROMFS_MTD_FS
#ifdef CONFIG_ROMFS_ON_MTD
/* For XIP, allow user space to use pointers within the ROMFS. */
if (addr >= memory_mtd_start && (addr + size) <= memory_mtd_end)
return 1;
Expand Down

0 comments on commit cd507b4

Please sign in to comment.