summaryrefslogtreecommitdiff
path: root/arch/nios2/kernel/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/nios2/kernel/head.S')
-rw-r--r--arch/nios2/kernel/head.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/nios2/kernel/head.S b/arch/nios2/kernel/head.S
index 372ce4a33018..613212e1a63a 100644
--- a/arch/nios2/kernel/head.S
+++ b/arch/nios2/kernel/head.S
@@ -24,16 +24,6 @@
#include <asm/asm-macros.h>
/*
- * ZERO_PAGE is a special page that is used for zero-initialized
- * data and COW.
- */
-.data
-.global empty_zero_page
-.align 12
-empty_zero_page:
- .space PAGE_SIZE
-
-/*
* This global variable is used as an extension to the nios'
* STATUS register to emulate a user/supervisor mode.
*/