|
@@ -1,13 +1,11 @@
|
|
/*
|
|
/*
|
|
- * linux/arch/arm/mm/mm-armv.c
|
|
|
|
|
|
+ * linux/arch/arm/mm/pgd.c
|
|
*
|
|
*
|
|
* Copyright (C) 1998-2005 Russell King
|
|
* Copyright (C) 1998-2005 Russell King
|
|
*
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
* published by the Free Software Foundation.
|
|
- *
|
|
|
|
- * Page table sludge for ARM v3 and v4 processor architectures.
|
|
|
|
*/
|
|
*/
|
|
#include <linux/mm.h>
|
|
#include <linux/mm.h>
|
|
#include <linux/highmem.h>
|
|
#include <linux/highmem.h>
|