projects
/
microwatt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d40c1c1
)
fetch2: Remove blank line
author
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Wed, 2 Oct 2019 06:17:42 +0000
(16:17 +1000)
committer
Benjamin Herrenschmidt
<benh@kernel.crashing.org>
Tue, 8 Oct 2019 03:46:38 +0000
(14:46 +1100)
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
fetch2.vhdl
patch
|
blob
|
history
diff --git
a/fetch2.vhdl
b/fetch2.vhdl
index f8aee81718c4ce1c7f62c71dd084bdb0083ec7a8..99f92ee925708668d24351e44d688058353a622e 100644
(file)
--- a/
fetch2.vhdl
+++ b/
fetch2.vhdl
@@
-99,7
+99,6
@@
begin
-- If we are flushing or the instruction comes with a stop mark
-- we tag it as invalid so it doesn't get decoded and executed
if flush_in = '1' or v.stop_mark = '1' then
-
v.valid := '0';
end if;