[haiku-commits] Re: haiku: hrev53362 - src/add-ons/kernel/drivers/graphics/radeon src/add-ons/kernel/drivers/graphics/3dfx src/add-ons/kernel/drivers/graphics/radeon_hd src/add-ons/kernel/drivers/graphics/neomagic headers/private/system

  • From: Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 11 Aug 2019 10:51:44 +0200

Il giorno sab 10 ago 2019 alle ore 21:55 waddlesplash <
waddlesplash@xxxxxxxxx> ha scritto:

hrev53362 adds 1 changeset to branch 'master'
old head: e4d335404f829e0b9786ef72339cc24f39d50c5f
new head: 8a0c9d52c62918442ede4cc8361bdbfb9560e713
overview:
https://git.haiku-os.org/haiku/log/?qt=range&q=8a0c9d52c629+%5Ee4d335404f82


----------------------------------------------------------------------------

8a0c9d52c629: OS: Rename B_USER_CLONEABLE_AREA to B_CLONEABLE_AREA.

  It now lives in OS.h. The idea is that this will now be
  accessible to userland applications, so userland memory
  is protected from access by other processes, just as
  kernel memory is.

  No functional change (the constants are still the same,
  though I've changed some to use shifts to make clear
  which bits are allocated are which are unused.)

                              [ Augustin Cavalier <waddlesplash@xxxxxxxxx>
]

Shouldn't we keep the old define around for source compatibility ?
Drivers outside the tree would not compile anymore, otherwise.

Other related posts: