Re: [Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread Nishanth Aravamudan
On 06.03.2007 [15:10:34 +1100], David Gibson wrote: > On Mon, Mar 05, 2007 at 07:58:58PM -0800, Nishanth Aravamudan wrote: > > On 05.03.2007 [19:39:01 -0800], Nishanth Aravamudan wrote: > > > On 06.03.2007 [14:20:46 +1100], David Gibson wrote: > > > > On Mon, Mar 05, 2007 at 07:08:15PM -0800, Nisha

Re: [Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread David Gibson
On Mon, Mar 05, 2007 at 07:58:58PM -0800, Nishanth Aravamudan wrote: > On 05.03.2007 [19:39:01 -0800], Nishanth Aravamudan wrote: > > On 06.03.2007 [14:20:46 +1100], David Gibson wrote: > > > On Mon, Mar 05, 2007 at 07:08:15PM -0800, Nishanth Aravamudan wrote: > > > > On 06.03.2007 [12:41:12 +1100]

Re: [Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread Nishanth Aravamudan
On 05.03.2007 [19:39:01 -0800], Nishanth Aravamudan wrote: > On 06.03.2007 [14:20:46 +1100], David Gibson wrote: > > On Mon, Mar 05, 2007 at 07:08:15PM -0800, Nishanth Aravamudan wrote: > > > On 06.03.2007 [12:41:12 +1100], David Gibson wrote: > > > > The latest spin of the slice_start() slice_end(

Re: [Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread Nishanth Aravamudan
On 06.03.2007 [14:20:46 +1100], David Gibson wrote: > On Mon, Mar 05, 2007 at 07:08:15PM -0800, Nishanth Aravamudan wrote: > > On 06.03.2007 [12:41:12 +1100], David Gibson wrote: > > > The latest spin of the slice_start() slice_end() code in the > > > nacc-testing branch breaks compile. The slice

Re: [Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread David Gibson
On Mon, Mar 05, 2007 at 07:08:15PM -0800, Nishanth Aravamudan wrote: > On 06.03.2007 [12:41:12 +1100], David Gibson wrote: > > The latest spin of the slice_start() slice_end() code in the > > nacc-testing branch breaks compile. The slice constants need to be > > defined for both 32-bit and 64-bit

Re: [Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread Nishanth Aravamudan
On 06.03.2007 [12:41:12 +1100], David Gibson wrote: > The latest spin of the slice_start() slice_end() code in the > nacc-testing branch breaks compile. The slice constants need to be > defined for both 32-bit and 64-bit powerpc. Patch below fixes. Signed-off-by, please. Thanks, Nish > Index:

[Libhugetlbfs-devel] Fix bug in slice code

2007-03-05 Thread David Gibson
The latest spin of the slice_start() slice_end() code in the nacc-testing branch breaks compile. The slice constants need to be defined for both 32-bit and 64-bit powerpc. Patch below fixes. Index: libhugetlbfs/hugeutils.c === --- l