Ignore:
Timestamp:
Nov 3, 2014, 11:29:19 AM (10 years ago)
Author:
alain
Message:

Removing the _printf() function in the boot code i
and in the drivers used by the boot code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_common/vmem.c

    r408 r442  
    3535    if ( (pte1 & PTE_V) == 0 )
    3636    {
    37         _printf("\n[VMEM ERROR] _v2p_translate() : pte1 unmapped\n");
     37        _puts("\n[VMEM ERROR] _v2p_translate() : pte1 unmapped\n");
    3838        _exit();
    3939    }
     
    8686        if ( (flags_value & PTE_V) == 0 )
    8787        {
    88             _printf("\n[VMEM ERROR] _v2p_translate() : pte2 unmapped\n");
     88            _puts("\n[VMEM ERROR] _v2p_translate() : pte2 unmapped\n");
    8989            _exit();
    9090        }
Note: See TracChangeset for help on using the changeset viewer.