[PATCH 05/18] Add ft_first_node().

Segher Boessenkool segher at kernel.crashing.org
Thu Jan 25 08:46:38 EST 2007


> +static char *ft_first_node(struct ft_cxt *cxt)
> +{
> +	return cxt->rgn[FT_STRUCT].start;
> +}

Probably should be ft_root_node() instead?  Looks
fine otherwise (obviously ;-) )


Segher




More information about the Linuxppc-dev mailing list