Skip to content
Commit ccc34028 authored by David S. Miller's avatar David S. Miller
Browse files

sparc32: Kill totally unused memory information tables.



The code in arch/sparc/prom/memory.c computes three tables, the list
of total memory, the list of available memory (total minus what
firmware is using), and the list of firmware taken memory.

Only the available memory list is even used.

Therefore, kill those unused tables and make prom_meminfo() return
just the available memory list.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2678fefe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment