diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-05-21 18:09:32 +0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-21 09:50:23 -0700 |
commit | a9c59c2746c7e773839d51027c0e16ccf41f8fef (patch) | |
tree | e5eef75538858cc0d6f70036c549b2e3cc4858fc /include/asm-blackfin | |
parent | 19381f024b01413d83cec1655c3fc4c9c09ae274 (diff) | |
download | op-kernel-dev-a9c59c2746c7e773839d51027c0e16ccf41f8fef.zip op-kernel-dev-a9c59c2746c7e773839d51027c0e16ccf41f8fef.tar.gz |
Blackfin arch: cache SWRST value at bootup so other things like watchdog can non-destructively query it
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/asm-blackfin')
-rw-r--r-- | include/asm-blackfin/bfin-global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-blackfin/bfin-global.h b/include/asm-blackfin/bfin-global.h index e37f816..57f37cc 100644 --- a/include/asm-blackfin/bfin-global.h +++ b/include/asm-blackfin/bfin-global.h @@ -104,6 +104,7 @@ extern unsigned long dpdt_swapcount_table[]; extern unsigned long table_start, table_end; +extern u16 _bfin_swrst; /* shadow for Software Reset Register (SWRST) */ extern struct file_operations dpmc_fops; extern char _start; extern unsigned long _ramstart, _ramend, _rambase; |