alpha: Compiler suggested cleanup
This commit is contained in:
parent
368a5f6998
commit
26bd72ec1e
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ t_addr lo, hi;
|
||||||
uint32 lnt;
|
uint32 lnt;
|
||||||
TLBENT *tlbp;
|
TLBENT *tlbp;
|
||||||
DEVICE *dptr;
|
DEVICE *dptr;
|
||||||
char *cptr = (char *) desc;
|
const char *cptr = (char *) desc;
|
||||||
|
|
||||||
lnt = (val)? DTLB_SIZE: ITLB_SIZE;
|
lnt = (val)? DTLB_SIZE: ITLB_SIZE;
|
||||||
dptr = find_dev_from_unit (uptr);
|
dptr = find_dev_from_unit (uptr);
|
||||||
|
|
Loading…
Add table
Reference in a new issue