diff --git a/arch/arm/mm/mmap.c b/arch/arm/mm/mmap.c index b0b5f46940705431a468efb6681a7636e40e988e..2c4c2422cd1e166e146ff631d40d1b629a1584e8 100644 --- a/arch/arm/mm/mmap.c +++ b/arch/arm/mm/mmap.c @@ -49,8 +49,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr, #endif /* - * We should enforce the MAP_FIXED case. However, currently - * the generic kernel code doesn't allow us to handle this. + * We enforce the MAP_FIXED case. */ if (flags & MAP_FIXED) { if (aliasing && flags & MAP_SHARED && addr & (SHMLBA - 1))