Rev 2009 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2009 | Rev 2015 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef KERN_sparc64_CACHE_H_ |
35 | #ifndef KERN_sparc64_CACHE_H_ |
36 | #define KERN_sparc64_CACHE_H_ |
36 | #define KERN_sparc64_CACHE_H_ |
37 | 37 | ||
38 | #ifdef CONFIG_SMP |
- | |
39 | extern void dcache_shootdown_start(void); |
- | |
40 | extern void dcache_shootdown_finalize(void); |
- | |
41 | extern void dcache_shootdown_ipi_recv(void); |
- | |
42 | #else /* CONFIG_SMP */ |
- | |
43 | #define dcache_shootdown_start(); |
- | |
44 | #define dcache_shootdown_finalize(); |
- | |
45 | #define dcache_shootdown_ipi_recv(); |
- | |
46 | #endif /* CONFIG_SMP */ |
- | |
47 | - | ||
48 | extern void dcache_flush(void); |
38 | extern void dcache_flush(void); |
49 | 39 | ||
50 | #endif |
40 | #endif |
51 | 41 | ||
52 | /** @} |
42 | /** @} |