~ari-tczew/ubuntu/lucid/skyeye/sru-lp-464175

« back to all changes in this revision

Viewing changes to arch/coldfire/i_5206/i_movec.c

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-08-07 13:25:49 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070807132549-96159k1obat1fxr0
Tags: 1.2.3-1
* New upstream release
* Added NO_BFD=1, don't require libbfd now. (Closes:Bug#423933) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
                case 0xC04: /* SRAM Base Address Register */
70
70
                        memory_core.rambar = SValue & 0xfffffc00;
71
71
                        break;
 
72
                case 0xC05: /**/
 
73
                        memory_core.rambar1 = SValue & 0xfffffc00;
 
74
                        break;
 
75
                case 0xC0E: /**/
 
76
                        memory_core.mbar2 = SValue & 0xfffffc00;
 
77
                        break;
72
78
                case 0xC0F: /* Module Base Address Register */
73
79
                        memory_core.mbar = SValue & 0xfffffc00;
74
80
                        break;