Re: [PATCH v2 2/4] CXL: Refactor cxl_load_segment and find_free_sste

2014-10-28 Thread Aneesh Kumar K.V
Ian Munsie writes: > From: Ian Munsie > > This moves the segment table hash calculation from cxl_load_segment into > find_free_sste since that is the only place it is actually used. > > Signed-off-by: Ian Munsie Reviewed-by: Aneesh Kumar K.V > --- > drivers/misc/cxl/fault.c | 34 ++

[PATCH v2 2/4] CXL: Refactor cxl_load_segment and find_free_sste

2014-10-27 Thread Ian Munsie
From: Ian Munsie This moves the segment table hash calculation from cxl_load_segment into find_free_sste since that is the only place it is actually used. Signed-off-by: Ian Munsie --- drivers/misc/cxl/fault.c | 34 ++ 1 file changed, 18 insertions(+), 16 deleti