Changeset 4e09712 in mainline for arch/amd64/src/smp/ap.S


Ignore:
Timestamp:
2006-04-26T21:36:47Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4790dbc
Parents:
ed6c81f1
Message:

This time really fix wrong definition of K_DATA_START.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/amd64/src/smp/ap.S

    red6c81f1 r4e09712  
    103103#endif /* CONFIG_SMP */
    104104
    105 .section K_DATA_START, "wx", @progbits
     105.section K_DATA_START, "aw", @progbits
    106106
    107107#ifdef CONFIG_SMP
Note: See TracChangeset for help on using the changeset viewer.