aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/selfmod.h
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2013-08-27 03:57:52 -0400
committerMichal Simek <michal.simek@xilinx.com>2013-09-03 05:13:46 -0400
commit9e77dab68496f68ccc50f47638c79f24106f0546 (patch)
tree04efa3995b0d4d47da403983dd9d5a8c218844e3 /arch/microblaze/include/asm/selfmod.h
parent4f7b6de437544cd1e2e210919cb58cbe5cc3c393 (diff)
microblaze: Remove selfmodified feature
This was experimental feature which has never been widely used because it expects GCC behaviour. Also remove INTC_BASE and TIMER_BASE macros. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/asm/selfmod.h')
-rw-r--r--arch/microblaze/include/asm/selfmod.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/microblaze/include/asm/selfmod.h b/arch/microblaze/include/asm/selfmod.h
deleted file mode 100644
index c42aff2e6cd0..000000000000
--- a/arch/microblaze/include/asm/selfmod.h
+++ /dev/null
@@ -1,24 +0,0 @@
1/*
2 * Copyright (C) 2007-2008 Michal Simek <monstr@monstr.eu>
3 *
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
7 */
8
9#ifndef _ASM_MICROBLAZE_SELFMOD_H
10#define _ASM_MICROBLAZE_SELFMOD_H
11
12/*
13 * BARRIER_BASE_ADDR is constant address for selfmod function.
14 * do not change this value - selfmod function is in
15 * arch/microblaze/kernel/selfmod.c: selfmod_function()
16 *
17 * last 16 bits is used for storing register offset
18 */
19
20#define BARRIER_BASE_ADDR 0x1234ff00
21
22void selfmod_function(const int *arr_fce, const unsigned int base);
23
24#endif /* _ASM_MICROBLAZE_SELFMOD_H */