kernel: Make CACHE_LINE_ALIGN visible in the whole kernel

This commit is contained in:
Pawel Dziepak
2013-11-25 00:35:15 +01:00
parent 26970784cd
commit 0e94a12f8e
4 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ typedef struct cpu_ent {
// arch-specific stuff
arch_cpu_info arch;
} cpu_ent __attribute__((aligned(64)));
} cpu_ent CACHE_LINE_ALIGN;
//extern cpu_ent gCPU[MAX_BOOT_CPUS];