bsd: alpha_video: Remove unused variables
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
parent
fea7c7a8c0
commit
ef895484c8
|
@ -58,8 +58,6 @@ extern unsigned long dense_base(void);
|
||||||
static int axpSystem = -1;
|
static int axpSystem = -1;
|
||||||
static unsigned long hae_thresh;
|
static unsigned long hae_thresh;
|
||||||
static unsigned long hae_mask;
|
static unsigned long hae_mask;
|
||||||
static unsigned long bus_base;
|
|
||||||
static unsigned long sparse_size;
|
|
||||||
|
|
||||||
static unsigned long
|
static unsigned long
|
||||||
memory_base(void)
|
memory_base(void)
|
||||||
|
@ -290,7 +288,6 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
|
||||||
axpSystem = bsdGetAXP();
|
axpSystem = bsdGetAXP();
|
||||||
hae_thresh = xf86AXPParams[axpSystem].hae_thresh;
|
hae_thresh = xf86AXPParams[axpSystem].hae_thresh;
|
||||||
hae_mask = xf86AXPParams[axpSystem].hae_mask;
|
hae_mask = xf86AXPParams[axpSystem].hae_mask;
|
||||||
sparse_size = xf86AXPParams[axpSystem].size;
|
|
||||||
#endif /* __NetBSD__ */
|
#endif /* __NetBSD__ */
|
||||||
}
|
}
|
||||||
pVidMem->initialised = TRUE;
|
pVidMem->initialised = TRUE;
|
||||||
|
|
Loading…
Reference in New Issue