- Timestamp:
- 2006-01-21T17:44:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd6e392
- Parents:
- 86c9e37
- Location:
- genarch
- Files:
-
- 1 added
- 1 edited
- 1 moved
-
Makefile.inc (modified) (1 diff)
-
include/mm/asid_fifo.h (moved) (moved from arch/mips32/src/mm/asid.c ) (2 diffs)
-
src/mm/asid_fifo.c (added)
Legend:
- Unmodified
- Added
- Removed
-
genarch/Makefile.inc
r86c9e37 r6ed5352 50 50 genarch/src/mm/asid.c 51 51 endif 52 ifeq ($(CONFIG_ASID_FIFO),y) 53 GENARCH_SOURCES += \ 54 genarch/src/mm/asid_fifo.c 55 endif -
genarch/include/mm/asid_fifo.h
r86c9e37 r6ed5352 1 1 /* 2 * Copyright (C) 2005 Martin Decky 3 * Copyright (C) 2005 Jakub Jermar 2 * Copyright (C) 2006 Jakub Jermar 4 3 * All rights reserved. 5 4 * … … 28 27 */ 29 28 30 #i nclude <arch/mm/asid.h>31 # include <typedefs.h>29 #ifndef __ASID_FIFO_H__ 30 #define __ASID_FIFO_H__ 32 31 32 extern void asid_fifo_init(void); 33 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
