Changeset 2ccd275 in mainline for arch/amd64/src
- Timestamp:
- 2005-11-09T14:23:05Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 802bb95
- Parents:
- b183865e
- Location:
- arch/amd64/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/asm_utils.S
rb183865e r2ccd275 34 34 #define ERROR_WORD_INTERRUPT_LIST 0x00027D00 35 35 36 #define __ASM__37 36 #include <arch/pm.h> 38 37 -
arch/amd64/src/boot/boot.S
rb183865e r2ccd275 26 26 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 # 28 29 #define __ASM__30 28 31 29 #include <arch/mm/page.h> -
arch/amd64/src/smp/ap.S
rb183865e r2ccd275 31 31 # 32 32 33 #define __ASM__34 33 #include <arch/boot/boot.h> 35 34 #include <arch/pm.h>
Note:
See TracChangeset
for help on using the changeset viewer.