Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199542
b: refs/heads/master
c: 2c31c34
h: refs/heads/master
v: v3
  • Loading branch information
Denys Vlasenko authored and Michal Marek committed Mar 3, 2010
1 parent c6df276 commit a5e82a6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c273fb3b5d0490d3058f6cce77a92860671ee7b6
refs/heads/master: 2c31c341a827b99eef743753aa9adb917b9ea6db
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SECTIONS {
.romvec : {
__rom_start = . ;
_romvec = .;
*(.data.initvect)
*(.data..initvect)
} > romvec
#endif

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/platform/68360/head-ram.S
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ _dprbase:
* and then overwritten as needed.
*/

.section ".data.initvect","awx"
.section ".data..initvect","awx"
.long RAMEND /* Reset: Initial Stack Pointer - 0. */
.long _start /* Reset: Initial Program Counter - 1. */
.long buserr /* Bus Error - 2. */
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/platform/68360/head-rom.S
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ _dprbase:
* and then overwritten as needed.
*/

.section ".data.initvect","awx"
.section ".data..initvect","awx"
.long RAMEND /* Reset: Initial Stack Pointer - 0. */
.long _start /* Reset: Initial Program Counter - 1. */
.long buserr /* Bus Error - 2. */
Expand Down

0 comments on commit a5e82a6

Please sign in to comment.