| Submitter | Liu |
|---|---|
| Date | Oct. 15, 2012, 4:39 p.m. |
| Message ID | <1350319158-7263-15-git-send-email-proljc@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/191605/ |
| State | New |
| Headers | show |
Comments
On Tue, Oct 16, 2012 at 12:39:18AM +0800, Jia Liu wrote: > Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file. > > Signed-off-by: Jia Liu <proljc@gmail.com> > --- > target-mips/TODO | 3 +-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/target-mips/TODO b/target-mips/TODO > index 2a3546f..c5566f2 100644 > --- a/target-mips/TODO > +++ b/target-mips/TODO > @@ -6,8 +6,7 @@ General > - Unimplemented ASEs: > - MDMX > - SmartMIPS > - - DSP r1 > - - DSP r2 > + - microMIPS DSP r1 & r2 encodings > - MT ASE only partially implemented and not functional > - Shadow register support only partially implemented, > lacks set switching on interrupt/exception. Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Patch
diff --git a/target-mips/TODO b/target-mips/TODO index 2a3546f..c5566f2 100644 --- a/target-mips/TODO +++ b/target-mips/TODO @@ -6,8 +6,7 @@ General - Unimplemented ASEs: - MDMX - SmartMIPS - - DSP r1 - - DSP r2 + - microMIPS DSP r1 & r2 encodings - MT ASE only partially implemented and not functional - Shadow register support only partially implemented, lacks set switching on interrupt/exception.
Change DSP r1 & DSP r2 into microMIPS DSP encodings in TODO file. Signed-off-by: Jia Liu <proljc@gmail.com> --- target-mips/TODO | 3 +-- 1 file changed, 2 insertions(+), 2 deletions(-)