mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 03/11] sep: sram_addr is 32 bit; this is not a kernel address, but device internal value
@ 2010-12-09 17:30 Mark Allyn
  0 siblings, 0 replies; only message in thread
From: Mark Allyn @ 2010-12-09 17:30 UTC (permalink / raw)
  To: linux-kernel, greg, mark.a.allyn, alan, dmitry.kasatkin

This does not have to be 64 bits wide

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
---
 drivers/staging/sep/sep_driver_api.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/sep/sep_driver_api.h b/drivers/staging/sep/sep_driver_api.h
index 5508769..fbbfa23 100644
--- a/drivers/staging/sep/sep_driver_api.h
+++ b/drivers/staging/sep/sep_driver_api.h
@@ -61,7 +61,7 @@ struct init_struct {
 	u32   message_size_in_words;
 
 	/* offset of the init message in the sep sram */
-	aligned_u64   sep_sram_addr;
+	u32   sep_sram_addr;
 
 	/* -not used- resident size in bytes*/
 	u32   unused_resident_size_in_bytes;
-- 
1.6.3.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-09 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-09 17:30 [PATCH 03/11] sep: sram_addr is 32 bit; this is not a kernel address, but device internal value Mark Allyn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®