Subversion Repositories HelenOS

Rev

Rev 3591 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3591 Rev 3618
Line 36... Line 36...
36
#define KERN_sparc64_CACHE_SPEC_H_
36
#define KERN_sparc64_CACHE_SPEC_H_
37
 
37
 
38
/*
38
/*
39
 * The following macros are valid for the following processors:
39
 * The following macros are valid for the following processors:
40
 *
40
 *
41
 *  UltraSPARC, UltraSPARC II, UltraSPARC IIi, UltraSPARC III Cu
41
 *  UltraSPARC, UltraSPARC II, UltraSPARC IIi, UltraSPARC III,
-
 
42
 *  UltraSPARC III+, UltraSPARC IV, UltraSPARC IV+
42
 *
43
 *
43
 * Should we support other UltraSPARC processors, we need to make sure that
44
 * Should we support other UltraSPARC processors, we need to make sure that
44
 * the macros are defined correctly for them.
45
 * the macros are defined correctly for them.
45
 */
46
 */
46
 
47