Steven J. Hill writes:
> Correct me if I am wrong, but if you look at the code in 'debug-armv.S' it
> does not seem to be right:

Looks fine to me.

> #elif defined(CONFIG_ARCH_SA1100)
>         .macro  addruart,rx
>         mrc p15, 0, \rx, c1, c0
>         tst \rx, #1         @ MMU enabled?
>         moveq   \rx, #0x80000000    @ physical base address
>         movne   \rx, #0xf8000000    @ virtual address
> 
> If you will notice, after we see if the MMU is enabled, we perform the
> test and if it is equal to one,

No we don't.  It's not an equality test.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |            http://www.arm.linux.org.uk/            /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |

unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++        Please use [EMAIL PROTECTED] for           ++
++                        kernel-related discussions.                      ++

Reply via email to