Changeset 9f63a83 in mainline for kernel/arch/sparc64/include/mm/cache.h
- Timestamp:
- 2007-01-19T12:21:27Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 718d600
- Parents:
- 81cfefa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc64/include/mm/cache.h
r81cfefa r9f63a83 36 36 #define KERN_sparc64_CACHE_H_ 37 37 38 #include <mm/page.h> 39 #include <mm/frame.h> 40 41 #define dcache_flush_page(p) \ 42 dcache_flush_color(PAGE_COLOR((p))) 43 #define dcache_flush_frame(p, f) \ 44 dcache_flush_tag(PAGE_COLOR((p)), ADDR2PFN((f))); 45 38 46 extern void dcache_flush(void); 47 extern void dcache_flush_color(int c); 48 extern void dcache_flush_tag(int c, pfn_t tag); 39 49 40 50 #endif
Note:
See TracChangeset
for help on using the changeset viewer.