linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Regarding DSISR value of 0xa410
@ 2015-09-30 11:21 Anshuman Khandual
  0 siblings, 0 replies; only message in thread
From: Anshuman Khandual @ 2015-09-30 11:21 UTC (permalink / raw)
  To: Linux PPC dev; +Cc: Michael Ellerman, Benjamin Herrenschmidt, Aneesh Kumar K.V

Hey Ben/Michael,

Why does 0xa410 value of DSISR called weird here ? What does this
signify ? Just wondering if we can replace it with a meaningful
macro instead.

arch/powerpc/kernel/exceptions-64s.S

/*
 * Hash table stuff
 */
        .align  7
do_hash_page:
        std     r3,_DAR(r1)
        std     r4,_DSISR(r1)

        andis.  r0,r4,0xa410            /* weird error? */

Regards
Anshuman

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

only message in thread, other threads:[~2015-09-30 11:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 11:21 Regarding DSISR value of 0xa410 Anshuman Khandual

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).