search for: situaiton

Displaying 2 results from an estimated 2 matches for "situaiton".

2006 Nov 13
1
bug in acf (PR#9360)
...acf(z,lag.max=1,plot=FALSE) > Error in acf(z, lag.max = 1, plot = FALSE) : > 'lag.max' must be at least 1 > This is certainly a bug. There are two problems: (i) the error message is wrong since lag.max is set to 1. Perhaps, if the function acf can not be used for in this situaiton, a different error message would be more appropriate. I understand why this might be done but I don't think it is the best approach. (ii) Please look at the function GetB which is attached. This is part a computation for a fast algorithm for exact mle of mean. Usually phi here are the coeff...
2011 Feb 04
5
[PATCH] kdump: introduce "reset_devices" command line option
.../* + * If set, this is an indication to the drivers that reset the underlying + * device before going ahead with the initialization otherwise driver might + * rely on the BIOS and skip the reset operation. + * + * This is useful if kernel is booting in an unreliable environment. + * For ex. kdump situaiton where previous kernel has crashed, BIOS has been + * skipped and devices will be in unknown state. + */ +unsigned int reset_devices; +EXPORT_SYMBOL(reset_devices); + +/* * Setup routine for controlling SMP activation * * Command-line option of "nosmp" or "maxcpus=0" will d...