Rev 2008 | Rev 2015 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2008 | Rev 2009 | ||
---|---|---|---|
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 | ||
38 | extern void dcache_flush(void); |
48 | extern void dcache_flush(void); |
39 | 49 | ||
40 | #endif |
50 | #endif |
41 | 51 | ||
42 | /** @} |
52 | /** @} |