mirror of https://github.com/l4ka/pistachio.git
- Remove smp_reference_bits on UP configurations
This commit is contained in:
parent
5e9a842028
commit
0cba4397d5
|
@ -56,7 +56,6 @@ private:
|
|||
}
|
||||
public:
|
||||
void sync (space_t * s, pgsize_e pgsize) { }
|
||||
word_t smp_reference_bits(space_t * s, pgsize_e pgsize, addr_t vaddr) { }
|
||||
|
||||
#else /* CONFIG_SMP */
|
||||
|
||||
|
|
Loading…
Reference in New Issue