Add register mappings in DSP space (must be accessible for MPU too).
Don't set microwire CSR-busy bit too early.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3530 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/hw/omap.h b/hw/omap.h
index bceb458..dbfc6dd 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -546,7 +546,6 @@
     struct omap_uwire_s *microwire;
 
     struct {
-        target_phys_addr_t base;
         uint8_t output;
         uint8_t level;
         uint8_t enable;
@@ -554,7 +553,6 @@
     } pwl;
 
     struct {
-        target_phys_addr_t base;
         uint8_t frc;
         uint8_t vrc;
         uint8_t gcr;
@@ -665,4 +663,6 @@
 #  define OMAP_32B_REG(paddr)
 # endif
 
+# define OMAP_MPUI_REG_MASK		0x000007ff
+
 #endif /* hw_omap_h */