]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/video/bcm2835.c
ARM: bcm283x: Allocate all mailbox buffers cacheline aligned
[karo-tx-uboot.git] / drivers / video / bcm2835.c
index 1f18231ac69ddc3c698720b90dbd389a615f43dc..61d054dd8923d7423df19aa5ee13366c6e084d32 100644 (file)
@@ -38,8 +38,8 @@ struct msg_setup {
 
 void lcd_ctrl_init(void *lcdbase)
 {
-       ALLOC_ALIGN_BUFFER(struct msg_query, msg_query, 1, 16);
-       ALLOC_ALIGN_BUFFER(struct msg_setup, msg_setup, 1, 16);
+       ALLOC_CACHE_ALIGN_BUFFER(struct msg_query, msg_query, 1);
+       ALLOC_CACHE_ALIGN_BUFFER(struct msg_setup, msg_setup, 1);
        int ret;
        u32 w, h;