|
@@ -49,8 +49,7 @@ arch_get_unmapped_area(struct file *filp, unsigned long addr,
|
|
#endif
|
|
#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 (flags & MAP_FIXED) {
|
|
if (aliasing && flags & MAP_SHARED && addr & (SHMLBA - 1))
|
|
if (aliasing && flags & MAP_SHARED && addr & (SHMLBA - 1))
|