diff options
Diffstat (limited to 'arch/openrisc/mm/ioremap.c')
| -rw-r--r-- | arch/openrisc/mm/ioremap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/mm/ioremap.c b/arch/openrisc/mm/ioremap.c index 91c8259d4b7e..f59ea4c10b0f 100644 --- a/arch/openrisc/mm/ioremap.c +++ b/arch/openrisc/mm/ioremap.c @@ -22,7 +22,7 @@  extern int mem_init_done; -/** +/*   * OK, this one's a bit tricky... ioremap can get called before memory is   * initialized (early serial console does this) and will want to alloc a page   * for its mapping.  No userspace pages will ever get allocated before memory  |