From 5622ddc4bd7252452aa89fa899e8bb9048aaa376 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 10 Mar 2007 16:16:23 +0000 Subject: 2007-03-10 Joel Sherrill PR 1226/cpukit * user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE. --- doc/ChangeLog | 6 ++++++ doc/user/conf.t | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index d141648f9b..de03004f2c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2007-03-10 Joel Sherrill + + PR 1226/cpukit + * user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not + CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE. + 2007-03-08 Joel Sherrill * user/Makefile.am, user/stackchk.t: Change dump usage to report usage. diff --git a/doc/user/conf.t b/doc/user/conf.t index c931c4ea65..cca1a94ab5 100644 --- a/doc/user/conf.t +++ b/doc/user/conf.t @@ -310,8 +310,8 @@ This class of Configuration Constants are only applicable if @code{CONFIGURE_MP_APPLICATION} is defined. @itemize @bullet -@findex CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE -@item @code{CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE} is defined +@findex CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE +@item @code{CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE} is defined if the application wishes to provide their own Multiprocessing Configuration Table. The generated table is named @code{Multiprocessing_configuration}. By default, this -- cgit v1.2.3