Got rid of some outdated comments.
authorGabe Black <gblack@eecs.umich.edu>
Fri, 27 Oct 2006 05:43:51 +0000 (01:43 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 27 Oct 2006 05:43:51 +0000 (01:43 -0400)
--HG--
extra : convert_revision : 30fa768c4a934cf5f9dc0ad84e0e421327ccbed3

src/arch/sparc/isa/decoder.isa

index a2657b3cd704bdf1bd2867c2b1cd22d0a185a867..dc7597e5e6d08114b81623b8a0507f84a4429e14 100644 (file)
@@ -357,13 +357,9 @@ decode OP default Unknown::unknown()
                 }});
             }
             0x29: HPriv::rdhpr({{
-                // XXX Need to protect with format that traps non-priv/priv
-                // access
                 Rd = xc->readMiscRegWithEffect(RS1 + HprStart, fault);
             }});
             0x2A: Priv::rdpr({{
-                // XXX Need to protect with format that traps non-priv
-                // access
                 Rd = xc->readMiscRegWithEffect(RS1 + PrStart, fault);
             }});
             0x2B: BasicOperate::flushw({{