Hi Linus,

This patch does the following:

        - Remove CONFIG_SMP as the compiler will optimize
          the code away anyway (smp_num_cpus == 1 in UP).
        - Make power off under SMP work again.
        - Fix thinko with initial engaging of BIOS.
        - Make sure power off only happens on CPU 0.
        - Do error notification to user mode if BIOS calls fail.
        - Move entrypoint offset fix to ...boot/setup.S
          where it belongs.
        - Remove smp-power-off. SMP users must now specify
          "apm=power-off" on the kernel command line.
        - Register the /proc/apm entry even on SMP so that
          scripts that check for it before doing power off work.
        - Changes for new pm_ interfaces.

And just what everyone has been waiting for :-)

        - Modularize the code.

The patches are at
        http://linuxcare.com.au/apm/2.3.44-APM.1.gz
and
        http://linuxcare.com.au/apm/2.3.45pre2-APM.1.gz

Cheers,
Stephen
-- 
Stephen Rothwell, Open Source Project Engineer, Linuxcare, Inc.
+61-2-62628990 tel, +61-2-62628991 fax 
[EMAIL PROTECTED], http://www.linuxcare.com/ 
Linuxcare. Support for the revolution.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to