Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> writes: > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > --- > Documentation/index.rst | 1 + > Documentation/real-time/differences.rst | 244 ++++++++++++++++++++++++ > Documentation/real-time/index.rst | 18 ++ > Documentation/real-time/theory.rst | 119 ++++++++++++ > 4 files changed, 382 insertions(+) > create mode 100644 Documentation/real-time/differences.rst > create mode 100644 Documentation/real-time/index.rst > create mode 100644 Documentation/real-time/theory.rst > > diff --git a/Documentation/index.rst b/Documentation/index.rst > index c0cf79a87c3a3..78c93d992b62b 100644 > --- a/Documentation/index.rst > +++ b/Documentation/index.rst > @@ -42,6 +42,7 @@ kernel. > Driver APIs <driver-api/index> > Subsystems <subsystem-apis> > Locking <locking/index> > + Real-Time <real-time/index> > > Development tools and processes > =============================== > diff --git a/Documentation/real-time/differences.rst b/Documentation/real-time/differences.rst > new file mode 100644 > index 0000000000000..0b9a46a7badf4 > --- /dev/null > +++ b/Documentation/real-time/differences.rst > @@ -0,0 +1,244 @@ > +.. SPDX-License-Identifier: GPL-2.0 > + > +.. _real_time_differences: Here, too, you don't need this label, especially since you never reference it. I'll try to have a more substantive look shortly. Thanks, jon