Rev 756 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 756 | Rev 830 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #include <arch/mm/as.h> |
29 | #include <arch/mm/as.h> |
| 30 | #include <genarch/mm/as_ht.h> |
30 | #include <genarch/mm/as_ht.h> |
| - | 31 | #include <genarch/mm/asid_fifo.h> |
|
| 31 | 32 | ||
| 32 | /** Architecture dependent address space init. */ |
33 | /** Architecture dependent address space init. */ |
| 33 | void as_arch_init(void) |
34 | void as_arch_init(void) |
| 34 | { |
35 | { |
| 35 | as_operations = &as_ht_operations; |
36 | as_operations = &as_ht_operations; |
| - | 37 | asid_fifo_init(); |
|
| 36 | } |
38 | } |