Commit b8e13e89 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: missed during last merge

parent c7e29876
......@@ -66,6 +66,7 @@ main(void)
DEFINE(ICACHEL1LOGLINESIZE, offsetof(struct naca_struct, iCacheL1LogLineSize));
DEFINE(ICACHEL1LINESPERPAGE, offsetof(struct naca_struct, iCacheL1LinesPerPage));
DEFINE(SLBSIZE, offsetof(struct naca_struct, slb_size));
DEFINE(PLATFORM, offsetof(struct naca_struct, platform));
/* paca */
DEFINE(PACA_SIZE, sizeof(struct paca_struct));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment