Re: Why mips eret failed?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2010/9/29, Adam Jiang <jiang.adam@xxxxxxxxx>:
> Quick reply on top
>
> Take a look at
>
> https://www.ibm.com/developerworks/mydeveloperworks/blogs/ddou/tags/u-boot?lang=en
>
> This may help, I suppose. Why don't forward this message to uboot
> mailing list?
>
>

I found this article  useful ,and found  drawback in my implemtation


 That is , I've not fixed  gp before jump to do_IRQ.

   LEAF(handle_int)
        nop
        SAVE_ALL
        CLI
       /*haven't fix gp*/
        la     t9,do_IRQ
        nop
        jalr   t9
        nop
        RESTORE_ALL
       nop
  END(handle_int)



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux