X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Documentation%2Fparisc%2Fdebugging;h=5e060917ac8f6291991bb45f2cf83a2ca194b1ee;hb=1be35e94e1da3669db492995cd2c8b1a37016b11;hp=d728594058e59b423c12192e948e6ccf86bc73bf;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/Documentation/parisc/debugging b/Documentation/parisc/debugging index d72859405..5e060917a 100644 --- a/Documentation/parisc/debugging +++ b/Documentation/parisc/debugging @@ -7,7 +7,7 @@ linux/parisc. A lot of the assembly code currently runs in real mode, which means absolute addresses are used instead of virtual addresses as in the rest of the kernel. To translate an absolute address to a virtual -address you can lookup in System.map, add __PAGE_OFFSET (0x10000000 +address you can lookup in System.map, add __PAGE_OFFSET (0xc0000000 currently). @@ -21,7 +21,7 @@ the I/O range); the System Responder address is the address real-mode code tried to access. Typical values for the System Responder address are addresses larger -than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't +than __PAGE_OFFSET (0xc0000000) which mean a virtual address didn't get translated to a physical address before real-mode code tried to access it.