public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] Additional PnP Changes for 2.5.62
@ 2003-02-22 21:52 Adam Belay
  0 siblings, 0 replies; only message in thread
From: Adam Belay @ 2003-02-22 21:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: greg, linux-kernel

Hi,

This set of changes fixes stack memory usage and contains a couple minor
resource management fixes.

Please Pull from: bk://linux-pnp.bkbits.net/linus-2.5

Thanks,
Adam



 drivers/pnp/interface.c |   41 ++++++++++++++++++-----------------------
 drivers/pnp/manager.c   |   32 +++++++++++++++++++++-----------
 drivers/pnp/resource.c  |    8 ++++----
 3 files changed, 43 insertions(+), 38 deletions(-)

through these ChangeSets:

ChangeSet@1.1025, 2003-02-22 21:40:51+00:00, ambx1@neo.rr.com
  Resource Management Performance Fix
  
  Fixes a typo in pnp_check_*_conflicts functions.  Without this fix the
  resource algorithm will work but will take longer to assign resources.
  
  Also contains some minor reordering in pnp_activate_dev.

 drivers/pnp/manager.c  |    9 +++++----
 drivers/pnp/resource.c |    8 ++++----
 2 files changed, 9 insertions(+), 8 deletions(-)


ChangeSet@1.1024, 2003-02-22 21:33:56+00:00, ambx1@neo.rr.com
  Large Stack Usage Fix
  
  Reduces the stack memory usage in the following PnP Functions:
  pnp_printf
  pnp_set_current_resources
  pnp_manual_config_dev
  pnp_activate_dev

 drivers/pnp/interface.c |   41 ++++++++++++++++++-----------------------
 drivers/pnp/manager.c   |   23 ++++++++++++++++-------
 2 files changed, 34 insertions(+), 30 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-23  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-22 21:52 [BK PATCH] Additional PnP Changes for 2.5.62 Adam Belay

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox