This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-ppc64 / rtas.h
index a405a87..414b755 100644 (file)
@@ -149,7 +149,7 @@ struct rtas_error_log {
        unsigned long target:4;                 /* Target of failed operation */
        unsigned long type:8;                   /* General event or error*/
        unsigned long extended_log_length:32;   /* length in bytes */
-       unsigned char buffer[1];
+       unsigned char buffer[1];                /* allocated by klimit bump */
 };
 
 struct flash_block {