mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Remove block of dead code
Approved by: markj (mentor)
This commit is contained in:
parent
f3b1307e01
commit
fc261c16bd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348835
@ -81,16 +81,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
sd a6, (TF_A + 6 * 8)(sp)
|
sd a6, (TF_A + 6 * 8)(sp)
|
||||||
sd a7, (TF_A + 7 * 8)(sp)
|
sd a7, (TF_A + 7 * 8)(sp)
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* XXX: temporary test: spin if stack is not kernel one */
|
|
||||||
.if \el == 1 /* kernel */
|
|
||||||
mv t0, sp
|
|
||||||
srli t0, t0, 63
|
|
||||||
1:
|
|
||||||
beqz t0, 1b
|
|
||||||
.endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
.if \el == 1
|
.if \el == 1
|
||||||
/* Store kernel sp */
|
/* Store kernel sp */
|
||||||
li t1, TF_SIZE
|
li t1, TF_SIZE
|
||||||
|
Loading…
Reference in New Issue
Block a user