lkml.org 
[lkml]   [2007]   [Mar]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH -mm] Blackfin arch: fix struct dmasg packing bug
From
Date
Hi folks,

This patch fix a bug about struct dmasg packed missing bug.
Using __attribute__ instead of pragma.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---

include/asm-blackfin/dma.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6/include/asm-blackfin/dma.h
===================================================================
--- linux-2.6.orig/include/asm-blackfin/dma.h
+++ linux-2.6/include/asm-blackfin/dma.h
@@ -84,7 +84,7 @@
short x_modify;
unsigned short y_count;
short y_modify;
-};
+} __attribute__((packed));

struct dma_register {
unsigned long next_desc_ptr; /* DMA Next Descriptor Pointer register */
_
Thanks,
-Bryan Wu
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-03-26 12:13    [W:0.027 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site