mirror of https://github.com/schoebel/mars
infra: remove unnecessary compile restriction
The corresponding bug has been fixed a while ago. So this should no longer be necessary.
This commit is contained in:
parent
19a8177af7
commit
a7c994acf8
|
@ -5,7 +5,6 @@
|
|||
config MARS
|
||||
tristate "block storage replication MARS"
|
||||
depends on BLOCK && PROC_SYSCTL && HIGH_RES_TIMERS
|
||||
depends on !DEBUG_SLAB && !DEBUG_SG
|
||||
default n
|
||||
---help---
|
||||
See https://github.com/schoebel/mars/docu/
|
||||
|
|
|
@ -58,12 +58,6 @@
|
|||
#ifndef CONFIG_HIGH_RES_TIMERS
|
||||
#error CONFIG_HIGH_RES_TIMERS must be set
|
||||
#endif
|
||||
#ifdef CONFIG_DEBUG_SLAB
|
||||
#error Fixme: CONFIG_DEBUG_SLAB does not work (fix the bio offset calculation)
|
||||
#endif
|
||||
#ifdef CONFIG_DEBUG_SG
|
||||
#error Fixme: CONFIG_DEBUG_SG does not work (fix the bio offset calculation)
|
||||
#endif
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Reference in New Issue