Changeset f1fc83a in mainline for kernel/arch/arm32/src/mm/page.c


Ignore:
Timestamp:
2010-06-28T21:58:31Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5c032932
Parents:
6250c37
Message:

Add s3c24xx_uart driver to kernel for serial console output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/mm/page.c

    r6250c37 rf1fc83a  
    6868#error "Only high exception vector supported now"
    6969#endif
     70        cur = ALIGN_DOWN(0x50008010, FRAME_SIZE);
     71        page_mapping_insert(AS_KERNEL, PA2KA(cur), cur, flags);
    7072
    7173        page_table_unlock(AS_KERNEL, true);
Note: See TracChangeset for help on using the changeset viewer.