Changeset 5fa0a1f6 in rtems


Ignore:
Timestamp:
09/17/18 08:35:45 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
68f339b6
Parents:
bd5cec41
git-author:
Sebastian Huber <sebastian.huber@…> (09/17/18 08:35:45)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/17/18 12:22:17)
Message:

config: Remove CONFIGURE_HAS_OWN_MOUNT_TABLE

RTEMS had the configuration option CONFIGURE_HAS_OWN_MOUNT_TABLE since

  1. This configuration option was broken since RTEMS 4.11. Remove

this broken configuration option.

Update #3488.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/confdefs.h

    rbd5cec41 r5fa0a1f6  
    505505      CONFIGURE_FILESYSTEM_NULL
    506506    };
    507   #endif
    508 
    509   #if !defined(CONFIGURE_HAS_OWN_MOUNT_TABLE) && \
    510     !defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
     507
    511508    #if defined(CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM)
    512509      static devFS_node devFS_root_filesystem_nodes [CONFIGURE_MAXIMUM_DEVICES];
     
    34443441#endif
    34453442
     3443#ifdef CONFIGURE_HAS_OWN_MOUNT_TABLE
     3444  #warning "The CONFIGURE_HAS_OWN_MOUNT_TABLE configuration option is obsolete since RTEMS 5.1"
     3445#endif
     3446
    34463447#ifdef CONFIGURE_NUMBER_OF_TERMIOS_PORTS
    34473448  #warning "The CONFIGURE_NUMBER_OF_TERMIOS_PORTS configuration option is obsolete since RTEMS 5.1"
Note: See TracChangeset for help on using the changeset viewer.