Bug 597 - please keep to under 80 chars
Summary: please keep to under 80 chars
Status: RESOLVED FIXED
Alias: None
Product: Libre-SOC's first SoC
Classification: Unclassified
Component: Source Code (show other bugs)
Version: unspecified
Hardware: PC Linux
: --- enhancement
Assignee: Tobias Platen
URL:
Depends on:
Blocks:
 
Reported: 2021-02-13 18:12 GMT by Luke Kenneth Casson Leighton
Modified: 2021-02-28 11:38 GMT (History)
1 user (show)

See Also:
NLnet milestone: ---
total budget (EUR) for completion of task and all subtasks: 0
budget (EUR) for this task, excluding subtasks' budget: 0
parent task for budget allocation:
child tasks for budget allocation:
The table of payments (in EUR) for this task; TOML format:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke Kenneth Casson Leighton 2021-02-13 18:12:59 GMT
tobias i've mentioned this many times: please keep commits to under 80
chars.

also you have missed another bug comment, an action which is assigned to
you in this exact specific area

please see, read, and action the following additional task:

https://bugs.libre-soc.org/show_bug.cgi?id=580#c6


commit 4a8fbc99b5337c33f399e47406166ea7a062b622 (HEAD -> master, origin/master)
Author: Tobias Platen <tplaten@posteo.de>
Date:   Sat Feb 13 18:07:43 2021 +0100

    forward microwatt mmu specific SPR: PID and PRTBL

-                  ((spr == SPR.DSISR) | (spr == SPR.DAR))):
+                  ((spr == SPR.DSISR) | (spr == SPR.DAR) | (spr==SPR_PRTBL) | (spr==SPR_PID))):
Comment 1 Luke Kenneth Casson Leighton 2021-02-28 00:03:33 GMT
tobias can you please action all of these cleanup bugs, rather than leave them unactioned for days and weeks at a time.
Comment 2 Tobias Platen 2021-02-28 10:24:50 GMT
Yes, I'll do it now.