commit | ccc34028d46230f715eeda4c8cce27e919934fad | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu May 01 21:28:59 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 02 05:22:53 2008 -0700 |
tree | fa9ef4679b6c30c5b439471ba39c5e383011c25e | |
parent | 2678fefedbbc03a3ae6f5c254791bf147d6c52fd [diff] |
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: David S. Miller <davem@davemloft.net>