Ignore:
Timestamp:
Apr 16, 2015, 4:56:04 PM (9 years ago)
Author:
alain
Message:

remove "USING_OPENMP" define in top.cpp: it should be passed as a CFLAGS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platforms/tsar_generic_iob/top.cpp

    r972 r980  
    170170//////////////////////////////////////////////////////////////////
    171171
    172 #define USING_OPENMP           0
    173 
    174172#if USING_OPENMP
    175173#include <omp.h>
     
    227225#define L1_DSETS              64
    228226
    229 #if BOOT_DEBUG_ELF
    230 _printf("\n[DEBUG BOOT_ELF] P[%d,%d,%d] copy segment %d :\n"
    231         "  vaddr = %x / size = %x / paddr = %l\n",
    232         x , y , p , seg_id , seg_vaddr , seg_memsz , seg_paddr );
    233 #endif
    234227#define DISK_IMAGE_NAME       "../../../giet_vm/hdd/virt_hdd.dmg"
    235228
Note: See TracChangeset for help on using the changeset viewer.