Add smp variables used by e1000 and remove unneeded ifdefs

+ added machine/smp.h as empty file
  + added rtems-bsd-smp.c for a few variables which were needed
This commit is contained in:
Joel Sherrill
2012-03-22 07:44:07 -05:00
parent 7fa65cace4
commit 0f09b72726
5 changed files with 44 additions and 7 deletions

View File

@@ -516,6 +516,7 @@ rtems_sourceFiles = [
'src/rtems-bsd-jail.c',
'src/rtems-bsd-shell.c',
'src/rtems-bsd-syscalls.c',
'src/rtems-bsd-smp.c',
#'src/rtems-bsd-socket.c',
#'src/rtems-bsd-mbuf.c',
'src/rtems-bsd-malloc.c',
@@ -1880,6 +1881,7 @@ mm.addEmptyFiles(
'machine/cpu.h',
'machine/elf.h',
'machine/sf_buf.h',
'machine/smp.h',
#'machine/vmparam.h',
'local/opt_ntp.h',
'local/pci_if.h',