we need cache_enable and disable visible.
failed attempts to get the acer northbridge to size ram CV:S ----------------------------------------------------------------------
This commit is contained in:
parent
0a36813f1d
commit
3a8ce19f87
2 changed files with 38 additions and 6 deletions
|
|
@ -56,7 +56,7 @@ static int calculate_l2_cache_size(void);
|
|||
static int calculate_l2_physical_address_range(void);
|
||||
static int calculate_l2_ecc(void);
|
||||
|
||||
static void cache_disable(void)
|
||||
void cache_disable(void)
|
||||
{
|
||||
unsigned int tmp;
|
||||
|
||||
|
|
@ -72,7 +72,7 @@ static void cache_disable(void)
|
|||
: "=r" (tmp) : : "memory");
|
||||
}
|
||||
|
||||
static void cache_enable(void)
|
||||
void cache_enable(void)
|
||||
{
|
||||
unsigned int tmp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue